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