@Stability(value=Stable) public static final class CfnKeySigningKeyProps.Builder extends Object implements software.amazon.jsii.Builder<CfnKeySigningKeyProps>
CfnKeySigningKeyProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnKeySigningKeyProps |
build()
Builds the configured instance.
|
CfnKeySigningKeyProps.Builder |
hostedZoneId(String hostedZoneId)
Sets the value of
CfnKeySigningKeyProps.getHostedZoneId() |
CfnKeySigningKeyProps.Builder |
keyManagementServiceArn(String keyManagementServiceArn)
Sets the value of
CfnKeySigningKeyProps.getKeyManagementServiceArn() |
CfnKeySigningKeyProps.Builder |
name(String name)
Sets the value of
CfnKeySigningKeyProps.getName() |
CfnKeySigningKeyProps.Builder |
status(String status)
Sets the value of
CfnKeySigningKeyProps.getStatus() |
@Stability(value=Stable) public CfnKeySigningKeyProps.Builder hostedZoneId(String hostedZoneId)
CfnKeySigningKeyProps.getHostedZoneId()hostedZoneId - The unique string (ID) that is used to identify a hosted zone. This parameter is required.
For example: Z00001111A1ABCaaABC11 .this@Stability(value=Stable) public CfnKeySigningKeyProps.Builder keyManagementServiceArn(String keyManagementServiceArn)
CfnKeySigningKeyProps.getKeyManagementServiceArn()keyManagementServiceArn - The Amazon resource name (ARN) for a customer managed customer master key (CMK) in AWS Key Management Service ( AWS KMS ). This parameter is required.
The KeyManagementServiceArn must be unique for each key-signing key (KSK) in a single hosted zone. For example: arn:aws:kms:us-east-1:111122223333:key/111a2222-a11b-1ab1-2ab2-1ab21a2b3a111 .this@Stability(value=Stable) public CfnKeySigningKeyProps.Builder name(String name)
CfnKeySigningKeyProps.getName()name - A string used to identify a key-signing key (KSK). This parameter is required.
Name can include numbers, letters, and underscores (_). Name must be unique for each key-signing key in the same hosted zone.this@Stability(value=Stable) public CfnKeySigningKeyProps.Builder status(String status)
CfnKeySigningKeyProps.getStatus()status - A string that represents the current key-signing key (KSK) status. This parameter is required.
Status can have one of the following values:
this@Stability(value=Stable) public CfnKeySigningKeyProps build()
build in interface software.amazon.jsii.Builder<CfnKeySigningKeyProps>CfnKeySigningKeyPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.