@Stability(value=External) public static final class CfnTagOptionProps.Builder extends Object
CfnTagOptionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTagOptionProps.Builder |
active(Boolean active)
Sets the value of Active
|
CfnTagOptionProps.Builder |
active(IResolvable active)
Sets the value of Active
|
CfnTagOptionProps |
build()
Builds the configured instance.
|
CfnTagOptionProps.Builder |
key(String key)
Sets the value of Key
|
CfnTagOptionProps.Builder |
value(String value)
Sets the value of Value
|
@Stability(value=External) public CfnTagOptionProps.Builder key(String key)
key - `AWS::ServiceCatalog::TagOption.Key`. This parameter is required.this@Stability(value=External) public CfnTagOptionProps.Builder value(String value)
value - `AWS::ServiceCatalog::TagOption.Value`. This parameter is required.this@Stability(value=External) public CfnTagOptionProps.Builder active(Boolean active)
active - `AWS::ServiceCatalog::TagOption.Active`.this@Stability(value=External) public CfnTagOptionProps.Builder active(IResolvable active)
active - `AWS::ServiceCatalog::TagOption.Active`.this@Stability(value=External) public CfnTagOptionProps build()
CfnTagOptionPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.