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 Summary
Modifier and TypeMethodDescriptionbuild()static CfnDNSSEC.BuilderhostedZoneId(String hostedZoneId) A unique string (ID) that is used to identify a hosted zone.
-
Method Details
-
create
@Stability(Stable) public static CfnDNSSEC.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnDNSSEC.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
-