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 that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #rules(List) .rules - a consumer that will call methods on List.Builder #rules(List) Copyright © 2021. All rights reserved.