public static interface EncryptionConfiguration.Builder extends SdkPojo, CopyableBuilder<EncryptionConfiguration.Builder,EncryptionConfiguration>
| Modifier and Type | Method and Description |
|---|---|
EncryptionConfiguration.Builder |
keyId(String keyId)
The ID of the Amazon Web Services Key Management Service (KMS) customer managed key.
|
EncryptionConfiguration.Builder |
type(EncryptionType type)
The type of Amazon Web Services KMS key to use for encryption of your Network Firewall resources.
|
EncryptionConfiguration.Builder |
type(String type)
The type of Amazon Web Services KMS key to use for encryption of your Network Firewall resources.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEncryptionConfiguration.Builder keyId(String keyId)
The ID of the Amazon Web Services Key Management Service (KMS) customer managed key. You can use any of the key identifiers that KMS supports, unless you're using a key that's managed by another account. If you're using a key managed by another account, then specify the key ARN. For more information, see Key ID in the Amazon Web Services KMS Developer Guide.
keyId - The ID of the Amazon Web Services Key Management Service (KMS) customer managed key. You can use any
of the key identifiers that KMS supports, unless you're using a key that's managed by another account.
If you're using a key managed by another account, then specify the key ARN. For more information, see
Key ID in the
Amazon Web Services KMS Developer Guide.EncryptionConfiguration.Builder type(String type)
The type of Amazon Web Services KMS key to use for encryption of your Network Firewall resources.
type - The type of Amazon Web Services KMS key to use for encryption of your Network Firewall resources.EncryptionType,
EncryptionTypeEncryptionConfiguration.Builder type(EncryptionType type)
The type of Amazon Web Services KMS key to use for encryption of your Network Firewall resources.
type - The type of Amazon Web Services KMS key to use for encryption of your Network Firewall resources.EncryptionType,
EncryptionTypeCopyright © 2023. All rights reserved.