Interface StartFailureModeAssessmentResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartFailureModeAssessmentResponse.Builder,,StartFailureModeAssessmentResponse> Resiliencehubv2Response.Builder,SdkBuilder<StartFailureModeAssessmentResponse.Builder,,StartFailureModeAssessmentResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartFailureModeAssessmentResponse
@Mutable
@NotThreadSafe
public static interface StartFailureModeAssessmentResponse.Builder
extends Resiliencehubv2Response.Builder, SdkPojo, CopyableBuilder<StartFailureModeAssessmentResponse.Builder,StartFailureModeAssessmentResponse>
-
Method Summary
Modifier and TypeMethodDescriptionassessmentId(String assessmentId) The unique identifier of the started assessment.assessmentStatus(String assessmentStatus) The status of the started assessment.assessmentStatus(AssessmentStatus assessmentStatus) The status of the started assessment.serviceArn(String serviceArn) Sets the value of the ServiceArn property for this object.The timestamp when the assessment started.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
-
assessmentId
The unique identifier of the started assessment.
- Parameters:
assessmentId- The unique identifier of the started assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceArn
Sets the value of the ServiceArn property for this object.- Parameters:
serviceArn- The new value for the ServiceArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assessmentStatus
The status of the started assessment.
- Parameters:
assessmentStatus- The status of the started assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
assessmentStatus
The status of the started assessment.
- Parameters:
assessmentStatus- The status of the started assessment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startedAt
The timestamp when the assessment started.
- Parameters:
startedAt- The timestamp when the assessment started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-