Class CfnDNSSEC.Builder

java.lang.Object
software.amazon.awscdk.services.route53.CfnDNSSEC.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDNSSEC>
Enclosing class:
CfnDNSSEC

@Stability(Stable) public static final class CfnDNSSEC.Builder extends Object implements software.amazon.jsii.Builder<CfnDNSSEC>
A fluent builder for CfnDNSSEC.
  • Method Details

    • create

      @Stability(Stable) public static CfnDNSSEC.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnDNSSEC.Builder.
    • hostedZoneId

      @Stability(Stable) public CfnDNSSEC.Builder hostedZoneId(String hostedZoneId)
      A unique string (ID) that is used to identify a hosted zone.

      For example: Z00001111A1ABCaaABC11 .

      Parameters:
      hostedZoneId - A unique string (ID) that is used to identify a hosted zone. This parameter is required.
      Returns:
      this
    • build

      @Stability(Stable) public CfnDNSSEC build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnDNSSEC>
      Returns:
      a newly built instance of CfnDNSSEC.