@Stability(value=Stable) public static final class CfnTagOptionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnTagOptionProps>
CfnTagOptionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTagOptionProps.Builder |
active(Boolean active)
Sets the value of
CfnTagOptionProps.getActive() |
CfnTagOptionProps.Builder |
active(IResolvable active)
Sets the value of
CfnTagOptionProps.getActive() |
CfnTagOptionProps |
build()
Builds the configured instance.
|
CfnTagOptionProps.Builder |
key(String key)
Sets the value of
CfnTagOptionProps.getKey() |
CfnTagOptionProps.Builder |
value(String value)
Sets the value of
CfnTagOptionProps.getValue() |
@Stability(value=Stable) public CfnTagOptionProps.Builder key(String key)
CfnTagOptionProps.getKey()key - `AWS::ServiceCatalog::TagOption.Key`. This parameter is required.this@Stability(value=Stable) public CfnTagOptionProps.Builder value(String value)
CfnTagOptionProps.getValue()value - `AWS::ServiceCatalog::TagOption.Value`. This parameter is required.this@Stability(value=Stable) public CfnTagOptionProps.Builder active(Boolean active)
CfnTagOptionProps.getActive()active - `AWS::ServiceCatalog::TagOption.Active`.this@Stability(value=Stable) public CfnTagOptionProps.Builder active(IResolvable active)
CfnTagOptionProps.getActive()active - `AWS::ServiceCatalog::TagOption.Active`.this@Stability(value=Stable) public CfnTagOptionProps build()
build in interface software.amazon.jsii.Builder<CfnTagOptionProps>CfnTagOptionPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.