Interface ObjectIdentifier.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ObjectIdentifier.Builder,ObjectIdentifier>, SdkBuilder<ObjectIdentifier.Builder,ObjectIdentifier>, SdkPojo
Enclosing class:
ObjectIdentifier

public static interface ObjectIdentifier.Builder extends SdkPojo, CopyableBuilder<ObjectIdentifier.Builder,ObjectIdentifier>
  • Method Details

    • key

      Key name of the object.

      Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.

      Parameters:
      key - Key name of the object.

      Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.

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

      ObjectIdentifier.Builder versionId(String versionId)

      Version ID for the specific version of the object to delete.

      This functionality is not supported for directory buckets.

      Parameters:
      versionId - Version ID for the specific version of the object to delete.

      This functionality is not supported for directory buckets.

      Returns:
      Returns a reference to this object so that method calls can be chained together.