public static final class CfnKeySigningKey.Builder
extends java.lang.Object
CfnKeySigningKey
.Modifier and Type | Method and Description |
---|---|
CfnKeySigningKey |
build() |
static CfnKeySigningKey.Builder |
create(Construct scope,
java.lang.String id) |
CfnKeySigningKey.Builder |
hostedZoneId(java.lang.String hostedZoneId)
The unique string (ID) that is used to identify a hosted zone.
|
CfnKeySigningKey.Builder |
keyManagementServiceArn(java.lang.String keyManagementServiceArn)
The Amazon resource name (ARN) for a customer managed customer master key (CMK) in AWS Key Management Service ( AWS KMS ).
|
CfnKeySigningKey.Builder |
name(java.lang.String name)
A string used to identify a key-signing key (KSK).
|
CfnKeySigningKey.Builder |
status(java.lang.String status)
A string that represents the current key-signing key (KSK) status.
|
public static CfnKeySigningKey.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnKeySigningKey.Builder
.public CfnKeySigningKey.Builder hostedZoneId(java.lang.String hostedZoneId)
For example: Z00001111A1ABCaaABC11
.
hostedZoneId
- The unique string (ID) that is used to identify a hosted zone. This parameter is required.this
public CfnKeySigningKey.Builder keyManagementServiceArn(java.lang.String keyManagementServiceArn)
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
.
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.this
public CfnKeySigningKey.Builder name(java.lang.String name)
Name
can include numbers, letters, and underscores (_). Name
must be unique for each key-signing key in the same hosted zone.
name
- A string used to identify a key-signing key (KSK). This parameter is required.this
public CfnKeySigningKey.Builder status(java.lang.String status)
Status can have one of the following values:
status
- A string that represents the current key-signing key (KSK) status. This parameter is required.this
public CfnKeySigningKey build()