@Mutable @NotThreadSafe public static interface DeleteLegalHoldRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<DeleteLegalHoldRequest.Builder,DeleteLegalHoldRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteLegalHoldRequest.Builder |
bucket(String bucket)
Sets the name of the bucket containing the reference to the object to
delete a legal hold from.
|
DeleteLegalHoldRequest.Builder |
key(String key)
Sets the key, the name of the reference to the object to delete a legal hold from.
|
DeleteLegalHoldRequest.Builder |
legalHoldId(String legalHoldId)
Sets the legal hold id to be deleted
|
buildoverrideConfiguration, overrideConfiguration, overrideConfigurationequalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildDeleteLegalHoldRequest.Builder bucket(String bucket)
bucket: - Name of the bucketDeleteLegalHoldRequest.Builder key(String key)
key: - name of the reference to the object to delete a legal hold fromDeleteLegalHoldRequest.Builder legalHoldId(String legalHoldId)
legalHoldId: - The id of the legal hold to deleteCopyright © 2026. All rights reserved.