Interface DescribeStandardsResponse.Builder

    • Method Detail

      • standards

        DescribeStandardsResponse.Builder standards​(Collection<Standard> standards)

        A list of available standards.

        Parameters:
        standards - A list of available standards.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • standards

        DescribeStandardsResponse.Builder standards​(Standard... standards)

        A list of available standards.

        Parameters:
        standards - A list of available standards.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeStandardsResponse.Builder nextToken​(String nextToken)

        The pagination token to use to request the next page of results.

        Parameters:
        nextToken - The pagination token to use to request the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.