Interface GetObjectAttributesParts.Builder

    • Method Detail

      • totalPartsCount

        GetObjectAttributesParts.Builder totalPartsCount​(Integer totalPartsCount)

        The total number of parts.

        Parameters:
        totalPartsCount - The total number of parts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • partNumberMarker

        GetObjectAttributesParts.Builder partNumberMarker​(Integer partNumberMarker)

        The marker for the current part.

        Parameters:
        partNumberMarker - The marker for the current part.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextPartNumberMarker

        GetObjectAttributesParts.Builder nextPartNumberMarker​(Integer nextPartNumberMarker)

        When a list is truncated, this element specifies the last part in the list, as well as the value to use for the PartNumberMarker request parameter in a subsequent request.

        Parameters:
        nextPartNumberMarker - When a list is truncated, this element specifies the last part in the list, as well as the value to use for the PartNumberMarker request parameter in a subsequent request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxParts

        GetObjectAttributesParts.Builder maxParts​(Integer maxParts)

        The maximum number of parts allowed in the response.

        Parameters:
        maxParts - The maximum number of parts allowed in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isTruncated

        GetObjectAttributesParts.Builder isTruncated​(Boolean isTruncated)

        Indicates whether the returned list of parts is truncated. A value of true indicates that the list was truncated. A list can be truncated if the number of parts exceeds the limit returned in the MaxParts element.

        Parameters:
        isTruncated - Indicates whether the returned list of parts is truncated. A value of true indicates that the list was truncated. A list can be truncated if the number of parts exceeds the limit returned in the MaxParts element.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parts

        GetObjectAttributesParts.Builder parts​(Collection<ObjectPart> parts)

        A container for elements related to a particular part. A response can contain zero or more Parts elements.

        Parameters:
        parts - A container for elements related to a particular part. A response can contain zero or more Parts elements.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parts

        GetObjectAttributesParts.Builder parts​(ObjectPart... parts)

        A container for elements related to a particular part. A response can contain zero or more Parts elements.

        Parameters:
        parts - A container for elements related to a particular part. A response can contain zero or more Parts elements.
        Returns:
        Returns a reference to this object so that method calls can be chained together.