Interface ListCheckDetailsResponse.Builder

    • Method Detail

      • checkDetails

        ListCheckDetailsResponse.Builder checkDetails​(Collection<CheckDetail> checkDetails)

        The details about the Trusted Advisor checks related to the Well-Architected best practice.

        Parameters:
        checkDetails - The details about the Trusted Advisor checks related to the Well-Architected best practice.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • checkDetails

        ListCheckDetailsResponse.Builder checkDetails​(CheckDetail... checkDetails)

        The details about the Trusted Advisor checks related to the Well-Architected best practice.

        Parameters:
        checkDetails - The details about the Trusted Advisor checks related to the Well-Architected best practice.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCheckDetailsResponse.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.