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