Interface DnssecSigningAttributes.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DnssecSigningAttributes.Builder,DnssecSigningAttributes>, SdkBuilder<DnssecSigningAttributes.Builder,DnssecSigningAttributes>, SdkPojo
Enclosing class:
DnssecSigningAttributes

public static interface DnssecSigningAttributes.Builder extends SdkPojo, CopyableBuilder<DnssecSigningAttributes.Builder,DnssecSigningAttributes>
  • Method Details

    • algorithm

      Algorithm which was used to generate the digest from the public key.

      Parameters:
      algorithm - Algorithm which was used to generate the digest from the public key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flags

      Defines the type of key. It can be either a KSK (key-signing-key, value 257) or ZSK (zone-signing-key, value 256). Using KSK is always encouraged. Only use ZSK if your DNS provider isn't Route 53 and you don’t have KSK available.

      If you have KSK and ZSK keys, always use KSK to create a delegations signer (DS) record. If you have ZSK keys only – use ZSK to create a DS record.

      Parameters:
      flags - Defines the type of key. It can be either a KSK (key-signing-key, value 257) or ZSK (zone-signing-key, value 256). Using KSK is always encouraged. Only use ZSK if your DNS provider isn't Route 53 and you don’t have KSK available.

      If you have KSK and ZSK keys, always use KSK to create a delegations signer (DS) record. If you have ZSK keys only – use ZSK to create a DS record.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • publicKey

      The base64-encoded public key part of the key pair that is passed to the registry.

      Parameters:
      publicKey - The base64-encoded public key part of the key pair that is passed to the registry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.