@Stability(value=Stable) public static final class CfnEIPProps.Builder extends Object implements software.amazon.jsii.Builder<CfnEIPProps>
CfnEIPProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEIPProps |
build()
Builds the configured instance.
|
CfnEIPProps.Builder |
domain(String domain)
Sets the value of
CfnEIPProps.getDomain() |
CfnEIPProps.Builder |
instanceId(String instanceId)
Sets the value of
CfnEIPProps.getInstanceId() |
CfnEIPProps.Builder |
publicIpv4Pool(String publicIpv4Pool)
Sets the value of
CfnEIPProps.getPublicIpv4Pool() |
CfnEIPProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnEIPProps.getTags() |
@Stability(value=Stable) public CfnEIPProps.Builder domain(String domain)
CfnEIPProps.getDomain()domain - `AWS::EC2::EIP.Domain`.this@Stability(value=Stable) public CfnEIPProps.Builder instanceId(String instanceId)
CfnEIPProps.getInstanceId()instanceId - `AWS::EC2::EIP.InstanceId`.this@Stability(value=Stable) public CfnEIPProps.Builder publicIpv4Pool(String publicIpv4Pool)
CfnEIPProps.getPublicIpv4Pool()publicIpv4Pool - `AWS::EC2::EIP.PublicIpv4Pool`.this@Stability(value=Stable) public CfnEIPProps.Builder tags(List<? extends CfnTag> tags)
CfnEIPProps.getTags()tags - `AWS::EC2::EIP.Tags`.this@Stability(value=Stable) public CfnEIPProps build()
build in interface software.amazon.jsii.Builder<CfnEIPProps>CfnEIPPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.