Interface DeleteMarkerEntry.Builder

    • Method Detail

      • owner

        DeleteMarkerEntry.Builder owner​(Owner owner)

        The account that created the delete marker.>

        Parameters:
        owner - The account that created the delete marker.>
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • key

        DeleteMarkerEntry.Builder key​(String key)

        The object key.

        Parameters:
        key - The object key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionId

        DeleteMarkerEntry.Builder versionId​(String versionId)

        Version ID of an object.

        Parameters:
        versionId - Version ID of an object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isLatest

        DeleteMarkerEntry.Builder isLatest​(Boolean isLatest)

        Specifies whether the object is (true) or is not (false) the latest version of an object.

        Parameters:
        isLatest - Specifies whether the object is (true) or is not (false) the latest version of an object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModified

        DeleteMarkerEntry.Builder lastModified​(Instant lastModified)

        Date and time the object was last modified.

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