@Stability(value=Stable) public static final class CfnPolicy.PolicyTagProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPolicy.PolicyTagProperty>
CfnPolicy.PolicyTagProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPolicy.PolicyTagProperty |
build()
Builds the configured instance.
|
CfnPolicy.PolicyTagProperty.Builder |
key(String key)
Sets the value of
CfnPolicy.PolicyTagProperty.getKey() |
CfnPolicy.PolicyTagProperty.Builder |
value(String value)
Sets the value of
CfnPolicy.PolicyTagProperty.getValue() |
@Stability(value=Stable) public CfnPolicy.PolicyTagProperty.Builder key(String key)
CfnPolicy.PolicyTagProperty.getKey()key - Part of the key:value pair that defines a tag. This parameter is required.
You can use a tag key to describe a category of information, such as "customer." Tag keys are case-sensitive.this@Stability(value=Stable) public CfnPolicy.PolicyTagProperty.Builder value(String value)
CfnPolicy.PolicyTagProperty.getValue()value - Part of the key:value pair that defines a tag. This parameter is required.
You can use a tag value to describe a specific value within a category, such as "companyA" or "companyB." Tag values are case-sensitive.this@Stability(value=Stable) public CfnPolicy.PolicyTagProperty build()
build in interface software.amazon.jsii.Builder<CfnPolicy.PolicyTagProperty>CfnPolicy.PolicyTagPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.