Interface StartDependencyInsightsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartDependencyInsightsResponse.Builder,,StartDependencyInsightsResponse> Resiliencehubv2Response.Builder,SdkBuilder<StartDependencyInsightsResponse.Builder,,StartDependencyInsightsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartDependencyInsightsResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the dependency insights generation.status(DependencyInsightsStatus status) The status of the dependency insights generation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.resiliencehubv2.model.Resiliencehubv2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
status
The status of the dependency insights generation. Valid values:
-
IN_PROGRESS - Insights generation is in progress.
-
COMPLETED - Insights generation completed successfully.
-
FAILED - Insights generation failed. Call GetDependencyInsights for the error code and message.
- Parameters:
status- The status of the dependency insights generation. Valid values:-
IN_PROGRESS - Insights generation is in progress.
-
COMPLETED - Insights generation completed successfully.
-
FAILED - Insights generation failed. Call GetDependencyInsights for the error code and message.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
status
The status of the dependency insights generation. Valid values:
-
IN_PROGRESS - Insights generation is in progress.
-
COMPLETED - Insights generation completed successfully.
-
FAILED - Insights generation failed. Call GetDependencyInsights for the error code and message.
- Parameters:
status- The status of the dependency insights generation. Valid values:-
IN_PROGRESS - Insights generation is in progress.
-
COMPLETED - Insights generation completed successfully.
-
FAILED - Insights generation failed. Call GetDependencyInsights for the error code and message.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-