public static interface UpdateAccountConfigurationRequest.Builder extends CodeGuruSecurityRequest.Builder, SdkPojo, CopyableBuilder<UpdateAccountConfigurationRequest.Builder,UpdateAccountConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
default UpdateAccountConfigurationRequest.Builder |
encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
The KMS key ARN you want to use for encryption.
|
UpdateAccountConfigurationRequest.Builder |
encryptionConfig(EncryptionConfig encryptionConfig)
The KMS key ARN you want to use for encryption.
|
UpdateAccountConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAccountConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAccountConfigurationRequest.Builder encryptionConfig(EncryptionConfig encryptionConfig)
The KMS key ARN you want to use for encryption. Defaults to service-side encryption if missing.
encryptionConfig - The KMS key ARN you want to use for encryption. Defaults to service-side encryption if missing.default UpdateAccountConfigurationRequest.Builder encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
The KMS key ARN you want to use for encryption. Defaults to service-side encryption if missing.
This is a convenience method 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)UpdateAccountConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAccountConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.