@Mutable @NotThreadSafe public static interface ListLegalHoldsRequest.Builder extends S3Request.Builder, SdkPojo, CopyableBuilder<ListLegalHoldsRequest.Builder,ListLegalHoldsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLegalHoldsRequest.Builder |
bucket(String bucketName)
Sets the name of the bucket which contains the specified object
and returns the updated
ListLegalHoldsRequest.Builder so that additional
method calls may be chained together. |
ListLegalHoldsRequest.Builder |
key(String key)
Sets the name of the specified object to perform the list against
and returns the updated
ListLegalHoldsRequest.Builder so that additional
method calls may be chained together. |
ListLegalHoldsRequest.Builder |
wormMirrorDestination(String wormMirrorDestination)
Sets the optional mirror-destination value for WORM (Write Once Read Many)
mirroring and returns the updated
ListLegalHoldsRequest.Builder so that additional
method calls may be chained together. |
buildoverrideConfiguration, overrideConfiguration, overrideConfigurationequalsBySdkFields, sdkFieldNameToField, sdkFieldscopyapplyMutation, buildListLegalHoldsRequest.Builder bucket(String bucketName)
ListLegalHoldsRequest.Builder so that additional
method calls may be chained together.bucketName - The name of the bucket containing the object.ListLegalHoldsRequest.Builder, enabling additional method calls
to be chained together.ListLegalHoldsRequest.Builder key(String key)
ListLegalHoldsRequest.Builder so that additional
method calls may be chained together.key - The name of the object whose legal holds are being listed.ListLegalHoldsRequest.Builder, enabling additional method calls
to be chained together.ListLegalHoldsRequest.Builder wormMirrorDestination(String wormMirrorDestination)
ListLegalHoldsRequest.Builder so that additional
method calls may be chained together.wormMirrorDestination - The optional mirror-destination value for WORM mirroring.ListLegalHoldsRequest.Builder, enabling additional method calls
to be chained together.Copyright © 2026. All rights reserved.