Interface ListAppAssessmentsResponse.Builder

    • Method Detail

      • assessmentSummaries

        ListAppAssessmentsResponse.Builder assessmentSummaries​(Collection<AppAssessmentSummary> assessmentSummaries)

        The summaries for the specified assessments, returned as an object. This object includes application versions, associated Amazon Resource Numbers (ARNs), cost, messages, resiliency scores, and more.

        Parameters:
        assessmentSummaries - The summaries for the specified assessments, returned as an object. This object includes application versions, associated Amazon Resource Numbers (ARNs), cost, messages, resiliency scores, and more.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assessmentSummaries

        ListAppAssessmentsResponse.Builder assessmentSummaries​(AppAssessmentSummary... assessmentSummaries)

        The summaries for the specified assessments, returned as an object. This object includes application versions, associated Amazon Resource Numbers (ARNs), cost, messages, resiliency scores, and more.

        Parameters:
        assessmentSummaries - The summaries for the specified assessments, returned as an object. This object includes application versions, associated Amazon Resource Numbers (ARNs), cost, messages, resiliency scores, and more.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAppAssessmentsResponse.Builder nextToken​(String nextToken)

        Token for the next set of results, or null if there are no more results.

        Parameters:
        nextToken - Token for the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.