public static interface DeleteAppAssessmentResponse.Builder extends ResiliencehubResponse.Builder, SdkPojo, CopyableBuilder<DeleteAppAssessmentResponse.Builder,DeleteAppAssessmentResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteAppAssessmentResponse.Builder |
assessmentArn(String assessmentArn)
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)
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.
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.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 © 2023. All rights reserved.