Interface DescribeAppAssessmentResponse.Builder

  • Method Details

    • assessment

      The assessment for an Resilience Hub application, returned as an object. This object includes Amazon Resource Names (ARNs), compliance information, compliance status, cost, messages, resiliency scores, and more.

      Parameters:
      assessment - The assessment for an Resilience Hub application, returned as an object. This object includes Amazon Resource Names (ARNs), compliance information, compliance status, cost, messages, resiliency scores, and more.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assessment

      The assessment for an Resilience Hub application, returned as an object. This object includes Amazon Resource Names (ARNs), compliance information, compliance status, cost, messages, resiliency scores, and more.

      This is a convenience method that creates an instance of the AppAssessment.Builder avoiding the need to create one manually via AppAssessment.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to assessment(AppAssessment).

      Parameters:
      assessment - a consumer that will call methods on AppAssessment.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: