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, sdkFieldscopyapplyMutation, buildEncryptionConfiguration.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 method that creates an instance of theS3Encryption.Builder avoiding the need to create one
manually via S3Encryption.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #s3Encryption(List.
s3Encryption - a consumer that will call methods on
S3Encryption.Builder#s3Encryption(java.util.Collection) 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 method 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.BuildercloudWatchEncryption(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 method 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.BuilderjobBookmarksEncryption(JobBookmarksEncryption)Copyright © 2023. All rights reserved.