Interface ListAttributesResponse.Builder

    • Method Detail

      • attributes

        ListAttributesResponse.Builder attributes​(Collection<Attribute> attributes)

        A list of attribute objects that meet the criteria of the request.

        Parameters:
        attributes - A list of attribute objects that meet the criteria of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributes

        ListAttributesResponse.Builder attributes​(Attribute... attributes)

        A list of attribute objects that meet the criteria of the request.

        Parameters:
        attributes - A list of attribute objects that meet the criteria of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAttributesResponse.Builder nextToken​(String nextToken)

        The nextToken value to include in a future ListAttributes request. When the results of a ListAttributes request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The nextToken value to include in a future ListAttributes request. When the results of a ListAttributes request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.