public static final class CfnTagOptionProps.Builder extends Object
CfnTagOptionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTagOptionProps |
build()
Builds the configured instance.
|
CfnTagOptionProps.Builder |
withActive(Boolean value)
Sets the value of Active
|
CfnTagOptionProps.Builder |
withActive(software.amazon.awscdk.Token value)
Sets the value of Active
|
CfnTagOptionProps.Builder |
withKey(String value)
Sets the value of Key
|
CfnTagOptionProps.Builder |
withValue(String value)
Sets the value of Value
|
public CfnTagOptionProps.Builder withKey(String value)
value - ``AWS::ServiceCatalog::TagOption.Key``thispublic CfnTagOptionProps.Builder withValue(String value)
value - ``AWS::ServiceCatalog::TagOption.Value``thispublic CfnTagOptionProps.Builder withActive(@Nullable Boolean value)
value - ``AWS::ServiceCatalog::TagOption.Active``thispublic CfnTagOptionProps.Builder withActive(@Nullable software.amazon.awscdk.Token value)
value - ``AWS::ServiceCatalog::TagOption.Active``thispublic CfnTagOptionProps build()
CfnTagOptionPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.