| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
static S3SetObjectRetentionOperation.Builder |
S3SetObjectRetentionOperation.builder() |
S3SetObjectRetentionOperation.Builder |
S3SetObjectRetentionOperation.Builder.bypassGovernanceRetention(Boolean bypassGovernanceRetention)
Indicates if the action should be applied to objects in the Batch Operations job even if they have Object
Lock
GOVERNANCE type in place. |
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.
|
S3SetObjectRetentionOperation.Builder |
S3SetObjectRetentionOperation.Builder.retention(S3Retention retention)
Contains the Object Lock retention mode to be applied to all objects in the Batch Operations job.
|
S3SetObjectRetentionOperation.Builder |
S3SetObjectRetentionOperation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3SetObjectRetentionOperation.Builder> |
S3SetObjectRetentionOperation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default JobOperation.Builder |
JobOperation.Builder.s3PutObjectRetention(Consumer<S3SetObjectRetentionOperation.Builder> s3PutObjectRetention)
Sets the value of the S3PutObjectRetention property for this object.
|
Copyright © 2023. All rights reserved.