Interface ObjectIdentifier.Builder

    • Method Detail

      • key

        ObjectIdentifier.Builder key​(String 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)

        VersionId for the specific version of the object to delete.

        Parameters:
        versionId - VersionId for the specific version of the object to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.