| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
static S3Retention.Builder |
S3Retention.builder() |
S3Retention.Builder |
S3Retention.Builder.mode(S3ObjectLockRetentionMode mode)
The Object Lock retention mode to be applied to all objects in the Batch Operations job.
|
S3Retention.Builder |
S3Retention.Builder.mode(String mode)
The Object Lock retention mode to be applied to all objects in the Batch Operations job.
|
S3Retention.Builder |
S3Retention.Builder.retainUntilDate(Instant retainUntilDate)
The date when the applied Object Lock retention will expire on all objects set by the Batch Operations job.
|
S3Retention.Builder |
S3Retention.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Retention.Builder> |
S3Retention.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default S3SetObjectRetentionOperation.Builder |
S3SetObjectRetentionOperation.Builder.retention(Consumer<S3Retention.Builder> retention)
Contains the Object Lock retention mode to be applied to all objects in the Batch Operations job.
|
Copyright © 2021. All rights reserved.