@Stability(value=Stable) public static final class CfnAnomalySubscription.ResourceTagProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAnomalySubscription.ResourceTagProperty>
CfnAnomalySubscription.ResourceTagProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAnomalySubscription.ResourceTagProperty |
build()
Builds the configured instance.
|
CfnAnomalySubscription.ResourceTagProperty.Builder |
key(String key)
Sets the value of
CfnAnomalySubscription.ResourceTagProperty.getKey() |
CfnAnomalySubscription.ResourceTagProperty.Builder |
value(String value)
Sets the value of
CfnAnomalySubscription.ResourceTagProperty.getValue() |
@Stability(value=Stable) public CfnAnomalySubscription.ResourceTagProperty.Builder key(String key)
CfnAnomalySubscription.ResourceTagProperty.getKey()key - The key that is associated with the tag. This parameter is required.this@Stability(value=Stable) public CfnAnomalySubscription.ResourceTagProperty.Builder value(String value)
CfnAnomalySubscription.ResourceTagProperty.getValue()value - The value that is associated with the tag. This parameter is required.this@Stability(value=Stable) public CfnAnomalySubscription.ResourceTagProperty build()
build in interface software.amazon.jsii.Builder<CfnAnomalySubscription.ResourceTagProperty>CfnAnomalySubscription.ResourceTagPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.