@Stability(value=Stable) public static final class PublicHostedZoneAttributes.Builder extends Object implements software.amazon.jsii.Builder<PublicHostedZoneAttributes>
PublicHostedZoneAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PublicHostedZoneAttributes |
build()
Builds the configured instance.
|
PublicHostedZoneAttributes.Builder |
hostedZoneId(String hostedZoneId)
Sets the value of
HostedZoneAttributes.getHostedZoneId() |
PublicHostedZoneAttributes.Builder |
zoneName(String zoneName)
Sets the value of
HostedZoneAttributes.getZoneName() |
@Stability(value=Stable) public PublicHostedZoneAttributes.Builder hostedZoneId(String hostedZoneId)
HostedZoneAttributes.getHostedZoneId()hostedZoneId - Identifier of the hosted zone. This parameter is required.this@Stability(value=Stable) public PublicHostedZoneAttributes.Builder zoneName(String zoneName)
HostedZoneAttributes.getZoneName()zoneName - Name of the hosted zone. This parameter is required.this@Stability(value=Stable) public PublicHostedZoneAttributes build()
build in interface software.amazon.jsii.Builder<PublicHostedZoneAttributes>PublicHostedZoneAttributesNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.