public static interface EncryptionConfiguration.Builder extends SdkPojo, CopyableBuilder<EncryptionConfiguration.Builder,EncryptionConfiguration>
copy
applyMutation, build
EncryptionConfiguration.Builder s3Encryption(Collection<S3Encryption> s3Encryption)
The encryption configuration for S3 data.
s3Encryption
- The encryption configuration for S3 data.EncryptionConfiguration.Builder s3Encryption(S3Encryption... s3Encryption)
The encryption configuration for S3 data.
s3Encryption
- The encryption configuration for S3 data.EncryptionConfiguration.Builder s3Encryption(Consumer<S3Encryption.Builder>... s3Encryption)
The encryption configuration for S3 data.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #s3Encryption(List)
.s3Encryption
- a consumer that will call methods on List.Builder
#s3Encryption(List)
EncryptionConfiguration.Builder cloudWatchEncryption(CloudWatchEncryption cloudWatchEncryption)
The encryption configuration for CloudWatch.
cloudWatchEncryption
- The encryption configuration for CloudWatch.default EncryptionConfiguration.Builder cloudWatchEncryption(Consumer<CloudWatchEncryption.Builder> cloudWatchEncryption)
The encryption configuration for CloudWatch.
This is a convenience that creates an instance of theCloudWatchEncryption.Builder
avoiding the need
to create one manually via CloudWatchEncryption.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to cloudWatchEncryption(CloudWatchEncryption)
.cloudWatchEncryption
- a consumer that will call methods on CloudWatchEncryption.Builder
cloudWatchEncryption(CloudWatchEncryption)
EncryptionConfiguration.Builder jobBookmarksEncryption(JobBookmarksEncryption jobBookmarksEncryption)
The encryption configuration for Job Bookmarks.
jobBookmarksEncryption
- The encryption configuration for Job Bookmarks.default EncryptionConfiguration.Builder jobBookmarksEncryption(Consumer<JobBookmarksEncryption.Builder> jobBookmarksEncryption)
The encryption configuration for Job Bookmarks.
This is a convenience that creates an instance of theJobBookmarksEncryption.Builder
avoiding the
need to create one manually via JobBookmarksEncryption.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to jobBookmarksEncryption(JobBookmarksEncryption)
.jobBookmarksEncryption
- a consumer that will call methods on JobBookmarksEncryption.Builder
jobBookmarksEncryption(JobBookmarksEncryption)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.