@Stability(value=Stable) public static final class CfnSecret.ReplicaRegionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSecret.ReplicaRegionProperty>
CfnSecret.ReplicaRegionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSecret.ReplicaRegionProperty |
build()
Builds the configured instance.
|
CfnSecret.ReplicaRegionProperty.Builder |
kmsKeyId(String kmsKeyId)
Sets the value of
CfnSecret.ReplicaRegionProperty.getKmsKeyId() |
CfnSecret.ReplicaRegionProperty.Builder |
region(String region)
Sets the value of
CfnSecret.ReplicaRegionProperty.getRegion() |
@Stability(value=Stable) public CfnSecret.ReplicaRegionProperty.Builder region(String region)
CfnSecret.ReplicaRegionProperty.getRegion()region - (Optional) A string that represents a `Region` , for example "us-east-1". This parameter is required.this@Stability(value=Stable) public CfnSecret.ReplicaRegionProperty.Builder kmsKeyId(String kmsKeyId)
CfnSecret.ReplicaRegionProperty.getKmsKeyId()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 .this@Stability(value=Stable) public CfnSecret.ReplicaRegionProperty build()
build in interface software.amazon.jsii.Builder<CfnSecret.ReplicaRegionProperty>CfnSecret.ReplicaRegionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.