@Stability(value=Stable) 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=Stable) public HostedZoneAttributes.Builder hostedZoneId(String hostedZoneId)
HostedZoneAttributes.getHostedZoneId()
hostedZoneId
- Identifier of the hosted zone. This parameter is required.this
@Stability(value=Stable) public HostedZoneAttributes.Builder zoneName(String zoneName)
HostedZoneAttributes.getZoneName()
zoneName
- Name of the hosted zone. This parameter is required.this
@Stability(value=Stable) public HostedZoneAttributes build()
build
in interface software.amazon.jsii.Builder<HostedZoneAttributes>
HostedZoneAttributes
NullPointerException
- if any required attribute was not providedCopyright © 2023. All rights reserved.