public static interface EncryptionConfiguration.Builder extends SdkPojo, CopyableBuilder<EncryptionConfiguration.Builder,EncryptionConfiguration>
Modifier and Type | Method and Description |
---|---|
EncryptionConfiguration.Builder |
cloudWatchEncryption(CloudWatchEncryption cloudWatchEncryption)
The encryption configuration for Amazon CloudWatch.
|
default EncryptionConfiguration.Builder |
cloudWatchEncryption(Consumer<CloudWatchEncryption.Builder> cloudWatchEncryption)
The encryption configuration for Amazon CloudWatch.
|
default EncryptionConfiguration.Builder |
jobBookmarksEncryption(Consumer<JobBookmarksEncryption.Builder> jobBookmarksEncryption)
The encryption configuration for job bookmarks.
|
EncryptionConfiguration.Builder |
jobBookmarksEncryption(JobBookmarksEncryption jobBookmarksEncryption)
The encryption configuration for job bookmarks.
|
EncryptionConfiguration.Builder |
s3Encryption(Collection<S3Encryption> s3Encryption)
The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.
|
EncryptionConfiguration.Builder |
s3Encryption(Consumer<S3Encryption.Builder>... s3Encryption)
The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.
|
EncryptionConfiguration.Builder |
s3Encryption(S3Encryption... s3Encryption)
The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
EncryptionConfiguration.Builder s3Encryption(Collection<S3Encryption> s3Encryption)
The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.
s3Encryption
- The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.EncryptionConfiguration.Builder s3Encryption(S3Encryption... s3Encryption)
The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.
s3Encryption
- The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.EncryptionConfiguration.Builder s3Encryption(Consumer<S3Encryption.Builder>... s3Encryption)
The encryption configuration for Amazon Simple Storage Service (Amazon 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 Amazon CloudWatch.
cloudWatchEncryption
- The encryption configuration for Amazon CloudWatch.default EncryptionConfiguration.Builder cloudWatchEncryption(Consumer<CloudWatchEncryption.Builder> cloudWatchEncryption)
The encryption configuration for Amazon 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 © 2020. All rights reserved.