@Stability(value=Stable) public static final class CfnStaticIp.Builder extends Object implements software.amazon.jsii.Builder<CfnStaticIp>
CfnStaticIp.| Modifier and Type | Method and Description |
|---|---|
CfnStaticIp.Builder |
attachedTo(String attachedTo)
The instance that the static IP is attached to.
|
CfnStaticIp |
build() |
static CfnStaticIp.Builder |
create(software.constructs.Construct scope,
String id) |
CfnStaticIp.Builder |
staticIpName(String staticIpName)
The name of the static IP.
|
@Stability(value=Stable) public static CfnStaticIp.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnStaticIp.Builder.@Stability(value=Stable) public CfnStaticIp.Builder staticIpName(String staticIpName)
staticIpName - The name of the static IP. This parameter is required.this@Stability(value=Stable) public CfnStaticIp.Builder attachedTo(String attachedTo)
attachedTo - The instance that the static IP is attached to. This parameter is required.this@Stability(value=Stable) public CfnStaticIp build()
build in interface software.amazon.jsii.Builder<CfnStaticIp>Copyright © 2022. All rights reserved.