@Stability(value=Stable) public static final class HostedZoneProviderProps.Builder extends Object implements software.amazon.jsii.Builder<HostedZoneProviderProps>
HostedZoneProviderProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
HostedZoneProviderProps |
build()
Builds the configured instance.
|
HostedZoneProviderProps.Builder |
domainName(String domainName)
Sets the value of
HostedZoneProviderProps.getDomainName() |
HostedZoneProviderProps.Builder |
privateZone(Boolean privateZone)
Sets the value of
HostedZoneProviderProps.getPrivateZone() |
HostedZoneProviderProps.Builder |
vpcId(String vpcId)
Sets the value of
HostedZoneProviderProps.getVpcId() |
@Stability(value=Stable) public HostedZoneProviderProps.Builder domainName(String domainName)
HostedZoneProviderProps.getDomainName()domainName - The zone domain e.g. example.com. This parameter is required.this@Stability(value=Stable) public HostedZoneProviderProps.Builder privateZone(Boolean privateZone)
HostedZoneProviderProps.getPrivateZone()privateZone - Whether the zone that is being looked up is a private hosted zone.this@Stability(value=Stable) public HostedZoneProviderProps.Builder vpcId(String vpcId)
HostedZoneProviderProps.getVpcId()vpcId - Specifies the ID of the VPC associated with a private hosted zone.
If a VPC ID is provided and privateZone is false, no results will be returned
and an error will be raisedthis@Stability(value=Stable) public HostedZoneProviderProps build()
build in interface software.amazon.jsii.Builder<HostedZoneProviderProps>HostedZoneProviderPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.