@Stability(value=Stable) public static final class CfnResolverEndpoint.IpAddressRequestProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnResolverEndpoint.IpAddressRequestProperty>
CfnResolverEndpoint.IpAddressRequestProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResolverEndpoint.IpAddressRequestProperty |
build()
Builds the configured instance.
|
CfnResolverEndpoint.IpAddressRequestProperty.Builder |
ip(String ip)
Sets the value of
CfnResolverEndpoint.IpAddressRequestProperty.getIp() |
CfnResolverEndpoint.IpAddressRequestProperty.Builder |
subnetId(String subnetId)
Sets the value of
CfnResolverEndpoint.IpAddressRequestProperty.getSubnetId() |
@Stability(value=Stable) public CfnResolverEndpoint.IpAddressRequestProperty.Builder subnetId(String subnetId)
CfnResolverEndpoint.IpAddressRequestProperty.getSubnetId()subnetId - The ID of the subnet that contains the IP address. This parameter is required.this@Stability(value=Stable) public CfnResolverEndpoint.IpAddressRequestProperty.Builder ip(String ip)
CfnResolverEndpoint.IpAddressRequestProperty.getIp()ip - The IP address that you want to use for DNS queries.this@Stability(value=Stable) public CfnResolverEndpoint.IpAddressRequestProperty build()
build in interface software.amazon.jsii.Builder<CfnResolverEndpoint.IpAddressRequestProperty>CfnResolverEndpoint.IpAddressRequestPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.