| Package | Description |
|---|---|
| software.amazon.awssdk.services.codegurusecurity.model |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionConfig.Builder |
EncryptionConfig.builder() |
EncryptionConfig.Builder |
EncryptionConfig.Builder.kmsKeyArn(String kmsKeyArn)
The KMS key ARN to use for encryption.
|
EncryptionConfig.Builder |
EncryptionConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EncryptionConfig.Builder> |
EncryptionConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateAccountConfigurationRequest.Builder |
UpdateAccountConfigurationRequest.Builder.encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
The KMS key ARN you want to use for encryption.
|
default UpdateAccountConfigurationResponse.Builder |
UpdateAccountConfigurationResponse.Builder.encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
An
EncryptionConfig object that contains the KMS key ARN to use for encryption. |
default GetAccountConfigurationResponse.Builder |
GetAccountConfigurationResponse.Builder.encryptionConfig(Consumer<EncryptionConfig.Builder> encryptionConfig)
An
EncryptionConfig object that contains the KMS key ARN to use for encryption. |
Copyright © 2023. All rights reserved.