Interface ListObjectAttributesResponse.Builder

    • Method Detail

      • attributes

        ListObjectAttributesResponse.Builder attributes​(Collection<AttributeKeyAndValue> attributes)

        Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

        Parameters:
        attributes - Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributes

        ListObjectAttributesResponse.Builder attributes​(AttributeKeyAndValue... attributes)

        Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

        Parameters:
        attributes - Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListObjectAttributesResponse.Builder nextToken​(String nextToken)

        The pagination token.

        Parameters:
        nextToken - The pagination token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.