public static interface DeleteAppAssessmentResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<DeleteAppAssessmentResponse.Builder,DeleteAppAssessmentResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteAppAssessmentResponse.Builder |
assessmentArn(String assessmentArn)
The Amazon Resource Name (ARN) of the assessment.
|
DeleteAppAssessmentResponse.Builder |
assessmentStatus(AssessmentStatus assessmentStatus)
The current status of the assessment for the resiliency policy.
|
DeleteAppAssessmentResponse.Builder |
assessmentStatus(String assessmentStatus)
The current status of the assessment for the resiliency policy.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteAppAssessmentResponse.Builder assessmentArn(String assessmentArn)
The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition
:dcps:region:account:app-assessment/app-id. For more information about
ARNs, see Amazon
Resource Names (ARNs) in the AWS General Reference.
assessmentArn - The Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:
partition:dcps:region:account:app-assessment/
app-id. For more information about ARNs, see Amazon Resource
Names (ARNs) in the AWS General Reference.DeleteAppAssessmentResponse.Builder assessmentStatus(String assessmentStatus)
The current status of the assessment for the resiliency policy.
assessmentStatus - The current status of the assessment for the resiliency policy.AssessmentStatus,
AssessmentStatusDeleteAppAssessmentResponse.Builder assessmentStatus(AssessmentStatus assessmentStatus)
The current status of the assessment for the resiliency policy.
assessmentStatus - The current status of the assessment for the resiliency policy.AssessmentStatus,
AssessmentStatusCopyright © 2021. All rights reserved.