public static interface AwsS3BucketServerSideEncryptionConfiguration.Builder extends SdkPojo, CopyableBuilder<AwsS3BucketServerSideEncryptionConfiguration.Builder,AwsS3BucketServerSideEncryptionConfiguration>
| Modifier and Type | Method and Description |
|---|---|
AwsS3BucketServerSideEncryptionConfiguration.Builder |
rules(AwsS3BucketServerSideEncryptionRule... rules)
The encryption rules that are applied to the S3 bucket.
|
AwsS3BucketServerSideEncryptionConfiguration.Builder |
rules(Collection<AwsS3BucketServerSideEncryptionRule> rules)
The encryption rules that are applied to the S3 bucket.
|
AwsS3BucketServerSideEncryptionConfiguration.Builder |
rules(Consumer<AwsS3BucketServerSideEncryptionRule.Builder>... rules)
The encryption rules that are applied to the S3 bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsS3BucketServerSideEncryptionConfiguration.Builder rules(Collection<AwsS3BucketServerSideEncryptionRule> rules)
The encryption rules that are applied to the S3 bucket.
rules - The encryption rules that are applied to the S3 bucket.AwsS3BucketServerSideEncryptionConfiguration.Builder rules(AwsS3BucketServerSideEncryptionRule... rules)
The encryption rules that are applied to the S3 bucket.
rules - The encryption rules that are applied to the S3 bucket.AwsS3BucketServerSideEncryptionConfiguration.Builder rules(Consumer<AwsS3BucketServerSideEncryptionRule.Builder>... rules)
The encryption rules that are applied to the S3 bucket.
This is a convenience method that creates an instance of theAwsS3BucketServerSideEncryptionRule.Builder
avoiding the need to create one manually via
AwsS3BucketServerSideEncryptionRule.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #rules(List.
rules - a consumer that will call methods on
AwsS3BucketServerSideEncryptionRule.Builder#rules(java.util.Collection) Copyright © 2023. All rights reserved.