Interface BatchListObjectAttributesResponse.Builder

    • Method Detail

      • attributes

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

        The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

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

        BatchListObjectAttributesResponse.Builder attributes​(AttributeKeyAndValue... attributes)

        The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

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

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