public static interface KeySigningKey.Builder extends SdkPojo, CopyableBuilder<KeySigningKey.Builder,KeySigningKey>
| Modifier and Type | Method and Description |
|---|---|
KeySigningKey.Builder |
createdDate(Instant createdDate)
The date when the key-signing key (KSK) was created.
|
KeySigningKey.Builder |
digestAlgorithmMnemonic(String digestAlgorithmMnemonic)
A string used to represent the delegation signer digest algorithm.
|
KeySigningKey.Builder |
digestAlgorithmType(Integer digestAlgorithmType)
An integer used to represent the delegation signer digest algorithm.
|
KeySigningKey.Builder |
digestValue(String digestValue)
A cryptographic digest of a DNSKEY resource record (RR).
|
KeySigningKey.Builder |
dnskeyRecord(String dnskeyRecord)
A string that represents a DNSKEY record.
|
KeySigningKey.Builder |
dsRecord(String dsRecord)
A string that represents a delegation signer (DS) record.
|
KeySigningKey.Builder |
flag(Integer flag)
An integer that specifies how the key is used.
|
KeySigningKey.Builder |
keyTag(Integer keyTag)
An integer used to identify the DNSSEC record for the domain name.
|
KeySigningKey.Builder |
kmsArn(String kmsArn)
The Amazon resource name (ARN) used to identify the customer managed key in Key Management Service (KMS).
|
KeySigningKey.Builder |
lastModifiedDate(Instant lastModifiedDate)
The last time that the key-signing key (KSK) was changed.
|
KeySigningKey.Builder |
name(String name)
A string used to identify a key-signing key (KSK).
|
KeySigningKey.Builder |
publicKey(String publicKey)
The public key, represented as a Base64 encoding, as required by RFC-4034 Page 5.
|
KeySigningKey.Builder |
signingAlgorithmMnemonic(String signingAlgorithmMnemonic)
A string used to represent the signing algorithm.
|
KeySigningKey.Builder |
signingAlgorithmType(Integer signingAlgorithmType)
An integer used to represent the signing algorithm.
|
KeySigningKey.Builder |
status(String status)
A string that represents the current key-signing key (KSK) status.
|
KeySigningKey.Builder |
statusMessage(String statusMessage)
The status message provided for the following key-signing key (KSK) statuses:
ACTION_NEEDED or
INTERNAL_FAILURE. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKeySigningKey.Builder name(String name)
A string used to identify a key-signing key (KSK). 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). Name can include numbers, letters, and
underscores (_). Name must be unique for each key-signing key in the same hosted zone.KeySigningKey.Builder kmsArn(String kmsArn)
The Amazon resource name (ARN) used to identify the customer managed key in Key Management Service (KMS). The
KmsArn must be unique for each key-signing key (KSK) in a single hosted zone.
You must configure the customer managed key as follows:
Enabled
ECC_NIST_P256
Sign and verify
The key policy must give permission for the following actions:
DescribeKey
GetPublicKey
Sign
The key policy must also include the Amazon Route 53 service in the principal for your account. Specify the following:
"Service": "dnssec-route53.amazonaws.com"
For more information about working with the customer managed key in KMS, see Key Management Service concepts.
kmsArn - The Amazon resource name (ARN) used to identify the customer managed key in Key Management Service
(KMS). The KmsArn must be unique for each key-signing key (KSK) in a single hosted
zone.
You must configure the customer managed key as follows:
Enabled
ECC_NIST_P256
Sign and verify
The key policy must give permission for the following actions:
DescribeKey
GetPublicKey
Sign
The key policy must also include the Amazon Route 53 service in the principal for your account. Specify the following:
"Service": "dnssec-route53.amazonaws.com"
For more information about working with the customer managed key in KMS, see Key Management Service concepts.
KeySigningKey.Builder flag(Integer flag)
An integer that specifies how the key is used. For key-signing key (KSK), this value is always 257.
flag - An integer that specifies how the key is used. For key-signing key (KSK), this value is always 257.KeySigningKey.Builder signingAlgorithmMnemonic(String signingAlgorithmMnemonic)
A string used to represent the signing algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.1.
signingAlgorithmMnemonic - A string used to represent the signing algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.1.KeySigningKey.Builder signingAlgorithmType(Integer signingAlgorithmType)
An integer used to represent the signing algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.1.
signingAlgorithmType - An integer used to represent the signing algorithm. This value must follow the guidelines provided by
RFC-8624 Section 3.1.KeySigningKey.Builder digestAlgorithmMnemonic(String digestAlgorithmMnemonic)
A string used to represent the delegation signer digest algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.3.
digestAlgorithmMnemonic - A string used to represent the delegation signer digest algorithm. This value must follow the
guidelines provided by RFC-8624 Section
3.3.KeySigningKey.Builder digestAlgorithmType(Integer digestAlgorithmType)
An integer used to represent the delegation signer digest algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.3.
digestAlgorithmType - An integer used to represent the delegation signer digest algorithm. This value must follow the
guidelines provided by RFC-8624 Section
3.3.KeySigningKey.Builder keyTag(Integer keyTag)
An integer used to identify the DNSSEC record for the domain name. The process used to calculate the value is described in RFC-4034 Appendix B.
keyTag - An integer used to identify the DNSSEC record for the domain name. The process used to calculate the
value is described in RFC-4034 Appendix B.KeySigningKey.Builder digestValue(String digestValue)
A cryptographic digest of a DNSKEY resource record (RR). DNSKEY records are used to publish the public key that resolvers can use to verify DNSSEC signatures that are used to secure certain kinds of information provided by the DNS system.
digestValue - A cryptographic digest of a DNSKEY resource record (RR). DNSKEY records are used to publish the public
key that resolvers can use to verify DNSSEC signatures that are used to secure certain kinds of
information provided by the DNS system.KeySigningKey.Builder publicKey(String publicKey)
The public key, represented as a Base64 encoding, as required by RFC-4034 Page 5.
publicKey - The public key, represented as a Base64 encoding, as required by RFC-4034 Page 5.KeySigningKey.Builder dsRecord(String dsRecord)
A string that represents a delegation signer (DS) record.
dsRecord - A string that represents a delegation signer (DS) record.KeySigningKey.Builder dnskeyRecord(String dnskeyRecord)
A string that represents a DNSKEY record.
dnskeyRecord - A string that represents a DNSKEY record.KeySigningKey.Builder status(String status)
A string that represents the current key-signing key (KSK) status.
Status can have one of the following values:
The KSK is being used for signing.
The KSK is not being used for signing.
The KSK is in the process of being deleted.
There is a problem with the KSK that requires you to take action to resolve. For example, the customer managed key might have been deleted, or the permissions for the customer managed key might have been changed.
There was an error during a request. Before you can continue to work with DNSSEC signing, including actions that involve this KSK, you must correct the problem. For example, you may need to activate or deactivate the KSK.
status - A string that represents the current key-signing key (KSK) status.
Status can have one of the following values:
The KSK is being used for signing.
The KSK is not being used for signing.
The KSK is in the process of being deleted.
There is a problem with the KSK that requires you to take action to resolve. For example, the customer managed key might have been deleted, or the permissions for the customer managed key might have been changed.
There was an error during a request. Before you can continue to work with DNSSEC signing, including actions that involve this KSK, you must correct the problem. For example, you may need to activate or deactivate the KSK.
KeySigningKey.Builder statusMessage(String statusMessage)
The status message provided for the following key-signing key (KSK) statuses: ACTION_NEEDED or
INTERNAL_FAILURE. The status message includes information about what the problem might be and
steps that you can take to correct the issue.
statusMessage - The status message provided for the following key-signing key (KSK) statuses:
ACTION_NEEDED or INTERNAL_FAILURE. The status message includes information
about what the problem might be and steps that you can take to correct the issue.KeySigningKey.Builder createdDate(Instant createdDate)
The date when the key-signing key (KSK) was created.
createdDate - The date when the key-signing key (KSK) was created.KeySigningKey.Builder lastModifiedDate(Instant lastModifiedDate)
The last time that the key-signing key (KSK) was changed.
lastModifiedDate - The last time that the key-signing key (KSK) was changed.Copyright © 2022. All rights reserved.