@Stability(value=Stable) public static final class CfnEIPAssociationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnEIPAssociationProps>
CfnEIPAssociationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEIPAssociationProps.Builder |
allocationId(String allocationId)
Sets the value of
CfnEIPAssociationProps.getAllocationId() |
CfnEIPAssociationProps |
build()
Builds the configured instance.
|
CfnEIPAssociationProps.Builder |
eip(String eip)
Sets the value of
CfnEIPAssociationProps.getEip() |
CfnEIPAssociationProps.Builder |
instanceId(String instanceId)
Sets the value of
CfnEIPAssociationProps.getInstanceId() |
CfnEIPAssociationProps.Builder |
networkInterfaceId(String networkInterfaceId)
Sets the value of
CfnEIPAssociationProps.getNetworkInterfaceId() |
CfnEIPAssociationProps.Builder |
privateIpAddress(String privateIpAddress)
Sets the value of
CfnEIPAssociationProps.getPrivateIpAddress() |
@Stability(value=Stable) public CfnEIPAssociationProps.Builder allocationId(String allocationId)
CfnEIPAssociationProps.getAllocationId()allocationId - `AWS::EC2::EIPAssociation.AllocationId`.this@Stability(value=Stable) public CfnEIPAssociationProps.Builder eip(String eip)
CfnEIPAssociationProps.getEip()eip - `AWS::EC2::EIPAssociation.EIP`.this@Stability(value=Stable) public CfnEIPAssociationProps.Builder instanceId(String instanceId)
CfnEIPAssociationProps.getInstanceId()instanceId - `AWS::EC2::EIPAssociation.InstanceId`.this@Stability(value=Stable) public CfnEIPAssociationProps.Builder networkInterfaceId(String networkInterfaceId)
CfnEIPAssociationProps.getNetworkInterfaceId()networkInterfaceId - `AWS::EC2::EIPAssociation.NetworkInterfaceId`.this@Stability(value=Stable) public CfnEIPAssociationProps.Builder privateIpAddress(String privateIpAddress)
CfnEIPAssociationProps.getPrivateIpAddress()privateIpAddress - `AWS::EC2::EIPAssociation.PrivateIpAddress`.this@Stability(value=Stable) public CfnEIPAssociationProps build()
build in interface software.amazon.jsii.Builder<CfnEIPAssociationProps>CfnEIPAssociationPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.