public static interface ReplicaRegionType.Builder extends SdkPojo, CopyableBuilder<ReplicaRegionType.Builder,ReplicaRegionType>
| Modifier and Type | Method and Description |
|---|---|
ReplicaRegionType.Builder |
kmsKeyId(String kmsKeyId)
The ARN, key ID, or alias of the KMS key to encrypt the secret.
|
ReplicaRegionType.Builder |
region(String region)
A Region code.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReplicaRegionType.Builder region(String region)
A Region code. For a list of Region codes, see Name and code of Regions.
region - A Region code. For a list of Region codes, see Name and code of
Regions.ReplicaRegionType.Builder kmsKeyId(String kmsKeyId)
The ARN, key ID, or alias of the KMS key to encrypt the secret. If you don't include this field, Secrets
Manager uses aws/secretsmanager.
kmsKeyId - The ARN, key ID, or alias of the KMS key to encrypt the secret. If you don't include this field,
Secrets Manager uses aws/secretsmanager.Copyright © 2022. All rights reserved.