@Stability(value=Stable) public static final class CfnHealthCheck.HealthCheckTagProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnHealthCheck.HealthCheckTagProperty>
CfnHealthCheck.HealthCheckTagProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnHealthCheck.HealthCheckTagProperty |
build()
Builds the configured instance.
|
CfnHealthCheck.HealthCheckTagProperty.Builder |
key(String key)
Sets the value of
CfnHealthCheck.HealthCheckTagProperty.getKey() |
CfnHealthCheck.HealthCheckTagProperty.Builder |
value(String value)
Sets the value of
CfnHealthCheck.HealthCheckTagProperty.getValue() |
@Stability(value=Stable) public CfnHealthCheck.HealthCheckTagProperty.Builder key(String key)
CfnHealthCheck.HealthCheckTagProperty.getKey()key - The value of `Key` depends on the operation that you want to perform:. This parameter is required.
Key is the name that you want to give the new tag.Key is the name of the tag that you want to change the Value for.Key is the name of the tag you want to remove.Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.this@Stability(value=Stable) public CfnHealthCheck.HealthCheckTagProperty.Builder value(String value)
CfnHealthCheck.HealthCheckTagProperty.getValue()value - The value of `Value` depends on the operation that you want to perform:. This parameter is required.
Value is the value that you want to give the new tag.Value is the new value that you want to assign the tag.this@Stability(value=Stable) public CfnHealthCheck.HealthCheckTagProperty build()
build in interface software.amazon.jsii.Builder<CfnHealthCheck.HealthCheckTagProperty>CfnHealthCheck.HealthCheckTagPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.