public static interface S3Retention.Builder extends SdkPojo, CopyableBuilder<S3Retention.Builder,S3Retention>
| Modifier and Type | Method and Description |
|---|---|
S3Retention.Builder |
mode(S3ObjectLockRetentionMode mode)
The Object Lock retention mode to be applied to all objects in the Batch Operations job.
|
S3Retention.Builder |
mode(String mode)
The Object Lock retention mode to be applied to all objects in the Batch Operations job.
|
S3Retention.Builder |
retainUntilDate(Instant retainUntilDate)
The date when the applied Object Lock retention will expire on all objects set by the Batch Operations job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Retention.Builder retainUntilDate(Instant retainUntilDate)
The date when the applied Object Lock retention will expire on all objects set by the Batch Operations job.
retainUntilDate - The date when the applied Object Lock retention will expire on all objects set by the Batch Operations
job.S3Retention.Builder mode(String mode)
The Object Lock retention mode to be applied to all objects in the Batch Operations job.
mode - The Object Lock retention mode to be applied to all objects in the Batch Operations job.S3ObjectLockRetentionMode,
S3ObjectLockRetentionModeS3Retention.Builder mode(S3ObjectLockRetentionMode mode)
The Object Lock retention mode to be applied to all objects in the Batch Operations job.
mode - The Object Lock retention mode to be applied to all objects in the Batch Operations job.S3ObjectLockRetentionMode,
S3ObjectLockRetentionModeCopyright © 2022. All rights reserved.