Interface DeleteAppAssessmentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteAppAssessmentResponse.Builder,DeleteAppAssessmentResponse>,ResiliencehubResponse.Builder,SdkBuilder<DeleteAppAssessmentResponse.Builder,DeleteAppAssessmentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteAppAssessmentResponse
public static interface DeleteAppAssessmentResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<DeleteAppAssessmentResponse.Builder,DeleteAppAssessmentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteAppAssessmentResponse.BuilderassessmentArn(String assessmentArn)Amazon Resource Name (ARN) of the assessment.DeleteAppAssessmentResponse.BuilderassessmentStatus(String assessmentStatus)The current status of the assessment for the resiliency policy.DeleteAppAssessmentResponse.BuilderassessmentStatus(AssessmentStatus assessmentStatus)The current status of the assessment for the resiliency policy.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.resiliencehub.model.ResiliencehubResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
assessmentArn
DeleteAppAssessmentResponse.Builder assessmentArn(String assessmentArn)
Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:
partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.- Parameters:
assessmentArn- Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assessmentStatus
DeleteAppAssessmentResponse.Builder assessmentStatus(String assessmentStatus)
The current status of the assessment for the resiliency policy.
- Parameters:
assessmentStatus- The current status of the assessment for the resiliency policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssessmentStatus,AssessmentStatus
-
assessmentStatus
DeleteAppAssessmentResponse.Builder assessmentStatus(AssessmentStatus assessmentStatus)
The current status of the assessment for the resiliency policy.
- Parameters:
assessmentStatus- The current status of the assessment for the resiliency policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssessmentStatus,AssessmentStatus
-
-