Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsS3BucketObjectLockConfiguration.Builder
-
Packages that use AwsS3BucketObjectLockConfiguration.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsS3BucketObjectLockConfiguration.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsS3BucketObjectLockConfiguration.Builder Modifier and Type Method Description static AwsS3BucketObjectLockConfiguration.BuilderAwsS3BucketObjectLockConfiguration. builder()AwsS3BucketObjectLockConfiguration.BuilderAwsS3BucketObjectLockConfiguration.Builder. objectLockEnabled(String objectLockEnabled)Indicates whether the bucket has an Object Lock configuration enabled.default AwsS3BucketObjectLockConfiguration.BuilderAwsS3BucketObjectLockConfiguration.Builder. rule(Consumer<AwsS3BucketObjectLockConfigurationRuleDetails.Builder> rule)Specifies the Object Lock rule for the specified object.AwsS3BucketObjectLockConfiguration.BuilderAwsS3BucketObjectLockConfiguration.Builder. rule(AwsS3BucketObjectLockConfigurationRuleDetails rule)Specifies the Object Lock rule for the specified object.AwsS3BucketObjectLockConfiguration.BuilderAwsS3BucketObjectLockConfiguration. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsS3BucketObjectLockConfiguration.Builder Modifier and Type Method Description static Class<? extends AwsS3BucketObjectLockConfiguration.Builder>AwsS3BucketObjectLockConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsS3BucketObjectLockConfiguration.Builder Modifier and Type Method Description default AwsS3BucketDetails.BuilderAwsS3BucketDetails.Builder. objectLockConfiguration(Consumer<AwsS3BucketObjectLockConfiguration.Builder> objectLockConfiguration)Specifies which rule Amazon S3 applies by default to every new object placed in the bucket.
-