public static interface GetEncryptionConfigResponse.Builder extends XRayResponse.Builder, SdkPojo, CopyableBuilder<GetEncryptionConfigResponse.Builder,GetEncryptionConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetEncryptionConfigResponse.Builder |
encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
The encryption configuration document.
|
GetEncryptionConfigResponse.Builder |
encryptionConfig(EncryptionConfig encryptionConfig)
The encryption configuration document.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetEncryptionConfigResponse.Builder encryptionConfig(EncryptionConfig encryptionConfig)
The encryption configuration document.
encryptionConfig - The encryption configuration document.default GetEncryptionConfigResponse.Builder encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
The encryption configuration document.
This is a convenience that creates an instance of theEncryptionConfig.Builder avoiding the need to
create one manually via EncryptionConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to encryptionConfig(EncryptionConfig).encryptionConfig - a consumer that will call methods on EncryptionConfig.BuilderencryptionConfig(EncryptionConfig)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.