Interface ListCheckSummariesResponse.Builder

    • Method Detail

      • checkSummaries

        ListCheckSummariesResponse.Builder checkSummaries​(Collection<CheckSummary> checkSummaries)

        List of Trusted Advisor summaries related to the Well-Architected best practice.

        Parameters:
        checkSummaries - List of Trusted Advisor summaries related to the Well-Architected best practice.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • checkSummaries

        ListCheckSummariesResponse.Builder checkSummaries​(CheckSummary... checkSummaries)

        List of Trusted Advisor summaries related to the Well-Architected best practice.

        Parameters:
        checkSummaries - List of Trusted Advisor summaries related to the Well-Architected best practice.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCheckSummariesResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.