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.Builder
hostedZoneId
(String hostedZoneId) A unique string (ID) that is used to identify a hosted zone.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- 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
-
build
-