Uses of Interface
software.amazon.awssdk.services.s3.model.ObjectLockConfiguration.Builder
Packages that use ObjectLockConfiguration.Builder
-
Uses of ObjectLockConfiguration.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectLockConfiguration.BuilderModifier and TypeMethodDescriptionObjectLockConfiguration.builder()ObjectLockConfiguration.Builder.objectLockEnabled(String objectLockEnabled) Indicates whether this bucket has an Object Lock configuration enabled.ObjectLockConfiguration.Builder.objectLockEnabled(ObjectLockEnabled objectLockEnabled) Indicates whether this bucket has an Object Lock configuration enabled.default ObjectLockConfiguration.BuilderObjectLockConfiguration.Builder.rule(Consumer<ObjectLockRule.Builder> rule) Specifies the Object Lock rule for the specified object.ObjectLockConfiguration.Builder.rule(ObjectLockRule rule) Specifies the Object Lock rule for the specified object.ObjectLockConfiguration.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ObjectLockConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ObjectLockConfiguration.Builder>ObjectLockConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type ObjectLockConfiguration.BuilderModifier and TypeMethodDescriptionGetObjectLockConfigurationResponse.Builder.objectLockConfiguration(Consumer<ObjectLockConfiguration.Builder> objectLockConfiguration) The specified bucket's Object Lock configuration.PutObjectLockConfigurationRequest.Builder.objectLockConfiguration(Consumer<ObjectLockConfiguration.Builder> objectLockConfiguration) The Object Lock configuration that you want to apply to the specified bucket.