Modifier and Type | Method and Description |
---|---|
CfnDNSSEC |
build() |
static CfnDNSSEC.Builder |
create(Construct scope,
java.lang.String id) |
CfnDNSSEC.Builder |
hostedZoneId(java.lang.String hostedZoneId)
A unique string (ID) that is used to identify a hosted zone.
|
public static CfnDNSSEC.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnDNSSEC.Builder
.public CfnDNSSEC.Builder hostedZoneId(java.lang.String hostedZoneId)
For example: Z00001111A1ABCaaABC11
.
hostedZoneId
- A unique string (ID) that is used to identify a hosted zone. This parameter is required.this
public CfnDNSSEC build()