@Stability(value=Stable) public static final class CfnStaticIpProps.Builder extends Object implements software.amazon.jsii.Builder<CfnStaticIpProps>
CfnStaticIpProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStaticIpProps.Builder |
attachedTo(String attachedTo)
Sets the value of
CfnStaticIpProps.getAttachedTo() |
CfnStaticIpProps |
build()
Builds the configured instance.
|
CfnStaticIpProps.Builder |
staticIpName(String staticIpName)
Sets the value of
CfnStaticIpProps.getStaticIpName() |
@Stability(value=Stable) public CfnStaticIpProps.Builder staticIpName(String staticIpName)
CfnStaticIpProps.getStaticIpName()staticIpName - The name of the static IP. This parameter is required.this@Stability(value=Stable) public CfnStaticIpProps.Builder attachedTo(String attachedTo)
CfnStaticIpProps.getAttachedTo()attachedTo - The instance that the static IP is attached to.this@Stability(value=Stable) public CfnStaticIpProps build()
build in interface software.amazon.jsii.Builder<CfnStaticIpProps>CfnStaticIpPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.