public static interface GetAccountConfigurationResponse.Builder extends CodeGuruSecurityResponse.Builder, SdkPojo, CopyableBuilder<GetAccountConfigurationResponse.Builder,GetAccountConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetAccountConfigurationResponse.Builder |
encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
An
EncryptionConfig object that contains the KMS key ARN to use for encryption. |
GetAccountConfigurationResponse.Builder |
encryptionConfig(EncryptionConfig encryptionConfig)
An
EncryptionConfig object that contains the KMS key ARN to use for encryption. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAccountConfigurationResponse.Builder encryptionConfig(EncryptionConfig encryptionConfig)
An EncryptionConfig object that contains the KMS key ARN to use for encryption. By default,
CodeGuru Security uses an AWS-managed key for encryption. To specify your own key, call
UpdateAccountConfiguration.
encryptionConfig - An EncryptionConfig object that contains the KMS key ARN to use for encryption. By
default, CodeGuru Security uses an AWS-managed key for encryption. To specify your own key, call
UpdateAccountConfiguration.default GetAccountConfigurationResponse.Builder encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
An EncryptionConfig object that contains the KMS key ARN to use for encryption. By default,
CodeGuru Security uses an AWS-managed key for encryption. To specify your own key, call
UpdateAccountConfiguration.
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.