Class CfnDNSSECPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.route53.CfnDNSSECPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDNSSECPropsMixin>
- Enclosing class:
CfnDNSSECPropsMixin
@Stability(Stable)
public static final class CfnDNSSECPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDNSSECPropsMixin>
A fluent builder for
CfnDNSSECPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnDNSSECPropsMixin.Buildercreate()static CfnDNSSECPropsMixin.Buildercreate(CfnPropertyMixinOptions options) hostedZoneId(String hostedZoneId) A unique string (ID) that is used to identify a hosted zone.
-
Method Details
-
create
@Stability(Stable) public static CfnDNSSECPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDNSSECPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDNSSECPropsMixin.Builder.
-
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- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDNSSECPropsMixin>- Returns:
- a newly built instance of
CfnDNSSECPropsMixin.
-