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