Interface DeleteAppAssessmentResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DeleteAppAssessmentResponse.Builder,DeleteAppAssessmentResponse>, ResiliencehubResponse.Builder, SdkBuilder<DeleteAppAssessmentResponse.Builder,DeleteAppAssessmentResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DeleteAppAssessmentResponse

  • Method Details

    • 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

      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: