Interface DescribeObjectResponse.Builder

    • Method Detail

      • eTag

        DescribeObjectResponse.Builder eTag​(String eTag)

        The ETag that represents a unique instance of the object.

        Parameters:
        eTag - The ETag that represents a unique instance of the object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contentType

        DescribeObjectResponse.Builder contentType​(String contentType)

        The content type of the object.

        Parameters:
        contentType - The content type of the object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contentLength

        DescribeObjectResponse.Builder contentLength​(Long contentLength)

        The length of the object in bytes.

        Parameters:
        contentLength - The length of the object in bytes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModified

        DescribeObjectResponse.Builder lastModified​(Instant lastModified)

        The date and time that the object was last modified.

        Parameters:
        lastModified - The date and time that the object was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.