@Stability(value=Stable) public static final class CfnDedicatedIpPool.Builder extends Object implements software.amazon.jsii.Builder<CfnDedicatedIpPool>
CfnDedicatedIpPool.| Modifier and Type | Method and Description |
|---|---|
CfnDedicatedIpPool |
build() |
static CfnDedicatedIpPool.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDedicatedIpPool.Builder |
poolName(String poolName)
The name of the dedicated IP pool.
|
CfnDedicatedIpPool.Builder |
tags(List<? extends CfnDedicatedIpPool.TagsProperty> tags)
An object that defines the tags (keys and values) that you want to associate with the dedicated IP pool.
|
@Stability(value=Stable) public static CfnDedicatedIpPool.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.CfnDedicatedIpPool.TagsProperty.Builder.@Stability(value=Stable) public CfnDedicatedIpPool.Builder poolName(String poolName)
poolName - The name of the dedicated IP pool. This parameter is required.this@Stability(value=Stable) public CfnDedicatedIpPool.Builder tags(List<? extends CfnDedicatedIpPool.TagsProperty> tags)
tags - An object that defines the tags (keys and values) that you want to associate with the dedicated IP pool. This parameter is required.this@Stability(value=Stable) public CfnDedicatedIpPool build()
build in interface software.amazon.jsii.Builder<CfnDedicatedIpPool>Copyright © 2022. All rights reserved.