public static interface UpdateAccountConfigurationResponse.Builder extends CodeGuruSecurityResponse.Builder, SdkPojo, CopyableBuilder<UpdateAccountConfigurationResponse.Builder,UpdateAccountConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateAccountConfigurationResponse.Builder |
encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
An
EncryptionConfig object that contains the KMS key ARN to use for encryption. |
UpdateAccountConfigurationResponse.Builder |
encryptionConfig(EncryptionConfig encryptionConfig)
An
EncryptionConfig object that contains the KMS key ARN to use for encryption. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAccountConfigurationResponse.Builder encryptionConfig(EncryptionConfig encryptionConfig)
An EncryptionConfig object that contains the KMS key ARN to use for encryption.
encryptionConfig - An EncryptionConfig object that contains the KMS key ARN to use for encryption.default UpdateAccountConfigurationResponse.Builder encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
An EncryptionConfig object that contains the KMS key ARN to use for encryption.
EncryptionConfig.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 © 2023. All rights reserved.