Uses of Interface
software.amazon.awssdk.services.s3.model.ObjectLockConfiguration.Builder
-
Packages that use ObjectLockConfiguration.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of ObjectLockConfiguration.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ObjectLockConfiguration.Builder Modifier and Type Method Description static ObjectLockConfiguration.BuilderObjectLockConfiguration. builder()ObjectLockConfiguration.BuilderObjectLockConfiguration.Builder. objectLockEnabled(String objectLockEnabled)Indicates whether this bucket has an Object Lock configuration enabled.ObjectLockConfiguration.BuilderObjectLockConfiguration.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.BuilderObjectLockConfiguration.Builder. rule(ObjectLockRule rule)Specifies the Object Lock rule for the specified object.ObjectLockConfiguration.BuilderObjectLockConfiguration. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ObjectLockConfiguration.Builder Modifier and Type Method Description static Class<? extends ObjectLockConfiguration.Builder>ObjectLockConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type ObjectLockConfiguration.Builder Modifier and Type Method Description default GetObjectLockConfigurationResponse.BuilderGetObjectLockConfigurationResponse.Builder. objectLockConfiguration(Consumer<ObjectLockConfiguration.Builder> objectLockConfiguration)The specified bucket's Object Lock configuration.default PutObjectLockConfigurationRequest.BuilderPutObjectLockConfigurationRequest.Builder. objectLockConfiguration(Consumer<ObjectLockConfiguration.Builder> objectLockConfiguration)The Object Lock configuration that you want to apply to the specified bucket.
-