@Stability(value=Stable) public static final class CfnDedicatedIpPool.TagsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDedicatedIpPool.TagsProperty>
CfnDedicatedIpPool.TagsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDedicatedIpPool.TagsProperty |
build()
Builds the configured instance.
|
CfnDedicatedIpPool.TagsProperty.Builder |
key(String key)
Sets the value of
CfnDedicatedIpPool.TagsProperty.getKey() |
CfnDedicatedIpPool.TagsProperty.Builder |
value(String value)
Sets the value of
CfnDedicatedIpPool.TagsProperty.getValue() |
@Stability(value=Stable) public CfnDedicatedIpPool.TagsProperty.Builder key(String key)
CfnDedicatedIpPool.TagsProperty.getKey()key - One part of a key-value pair that defines a tag.
The maximum length of a tag key is 128 characters. The minimum length is 1 character.
If you specify tags for the dedicated IP pool, then this value is required.
this@Stability(value=Stable) public CfnDedicatedIpPool.TagsProperty.Builder value(String value)
CfnDedicatedIpPool.TagsProperty.getValue()value - The optional part of a key-value pair that defines a tag.
The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don’t want a resource to have a specific tag value, don’t specify a value for this parameter. Amazon Pinpoint will set the value to an empty string.this@Stability(value=Stable) public CfnDedicatedIpPool.TagsProperty build()
build in interface software.amazon.jsii.Builder<CfnDedicatedIpPool.TagsProperty>CfnDedicatedIpPool.TagsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.