@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 - `AWS::Route53::KeySigningKey.HostedZoneId`. This parameter is required.this@Stability(value=Stable) public CfnKeySigningKeyProps.Builder keyManagementServiceArn(String keyManagementServiceArn)
CfnKeySigningKeyProps.getKeyManagementServiceArn()keyManagementServiceArn - `AWS::Route53::KeySigningKey.KeyManagementServiceArn`. This parameter is required.this@Stability(value=Stable) public CfnKeySigningKeyProps.Builder name(String name)
CfnKeySigningKeyProps.getName()name - `AWS::Route53::KeySigningKey.Name`. This parameter is required.this@Stability(value=Stable) public CfnKeySigningKeyProps.Builder status(String status)
CfnKeySigningKeyProps.getStatus()status - `AWS::Route53::KeySigningKey.Status`. This parameter is required.this@Stability(value=Stable) public CfnKeySigningKeyProps build()
build in interface software.amazon.jsii.Builder<CfnKeySigningKeyProps>CfnKeySigningKeyPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.