@Stability(value=Stable) public static final class CfnDBProxy.TagFormatProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDBProxy.TagFormatProperty>
CfnDBProxy.TagFormatProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDBProxy.TagFormatProperty |
build()
Builds the configured instance.
|
CfnDBProxy.TagFormatProperty.Builder |
key(String key)
Sets the value of
CfnDBProxy.TagFormatProperty.getKey() |
CfnDBProxy.TagFormatProperty.Builder |
value(String value)
Sets the value of
CfnDBProxy.TagFormatProperty.getValue() |
@Stability(value=Stable) public CfnDBProxy.TagFormatProperty.Builder key(String key)
CfnDBProxy.TagFormatProperty.getKey()key - A key is the required name of the tag.
The string value can be 1-128 Unicode characters in length and can't be prefixed with aws: . The string can contain only the set of Unicode letters, digits, white-space, '', '.', '/', '=', '+', '-' (Java regex: "^([\p{L}\p{Z}\p{N}.:/=+-]*)$").this@Stability(value=Stable) public CfnDBProxy.TagFormatProperty.Builder value(String value)
CfnDBProxy.TagFormatProperty.getValue()value - A value is the optional value of the tag.
The string value can be 1-256 Unicode characters in length and can't be prefixed with aws: . The string can contain only the set of Unicode letters, digits, white-space, '', '.', '/', '=', '+', '-' (Java regex: "^([\p{L}\p{Z}\p{N}.:/=+-]*)$").this@Stability(value=Stable) public CfnDBProxy.TagFormatProperty build()
build in interface software.amazon.jsii.Builder<CfnDBProxy.TagFormatProperty>CfnDBProxy.TagFormatPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.