Uses of Interface
software.amazon.awssdk.services.s3control.model.S3Retention.Builder
-
Packages that use S3Retention.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of S3Retention.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return S3Retention.Builder Modifier and Type Method Description static S3Retention.BuilderS3Retention. builder()S3Retention.BuilderS3Retention.Builder. mode(String mode)The Object Lock retention mode to be applied to all objects in the Batch Operations job.S3Retention.BuilderS3Retention.Builder. mode(S3ObjectLockRetentionMode mode)The Object Lock retention mode to be applied to all objects in the Batch Operations job.S3Retention.BuilderS3Retention.Builder. retainUntilDate(Instant retainUntilDate)The date when the applied Object Lock retention will expire on all objects set by the Batch Operations job.S3Retention.BuilderS3Retention. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type S3Retention.Builder Modifier and Type Method Description static Class<? extends S3Retention.Builder>S3Retention. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type S3Retention.Builder Modifier and Type Method Description default S3SetObjectRetentionOperation.BuilderS3SetObjectRetentionOperation.Builder. retention(Consumer<S3Retention.Builder> retention)Contains the Object Lock retention mode to be applied to all objects in the Batch Operations job.
-