@Stability(value=Stable) public static final class CfnDBProxyEndpoint.TagFormatProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDBProxyEndpoint.TagFormatProperty>
CfnDBProxyEndpoint.TagFormatProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDBProxyEndpoint.TagFormatProperty |
build()
Builds the configured instance.
|
CfnDBProxyEndpoint.TagFormatProperty.Builder |
key(String key)
Sets the value of
CfnDBProxyEndpoint.TagFormatProperty.getKey() |
CfnDBProxyEndpoint.TagFormatProperty.Builder |
value(String value)
Sets the value of
CfnDBProxyEndpoint.TagFormatProperty.getValue() |
@Stability(value=Stable) public CfnDBProxyEndpoint.TagFormatProperty.Builder key(String key)
CfnDBProxyEndpoint.TagFormatProperty.getKey()key - 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 CfnDBProxyEndpoint.TagFormatProperty.Builder value(String value)
CfnDBProxyEndpoint.TagFormatProperty.getValue()value - Metadata assigned to a DB instance consisting of a key-value pair.this@Stability(value=Stable) public CfnDBProxyEndpoint.TagFormatProperty build()
build in interface software.amazon.jsii.Builder<CfnDBProxyEndpoint.TagFormatProperty>CfnDBProxyEndpoint.TagFormatPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.