public static final class DeploymentGroupResource.TagFilterProperty.Builder extends Object
DeploymentGroupResource.TagFilterProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroupResource.TagFilterProperty |
build()
Builds the configured instance.
|
DeploymentGroupResource.TagFilterProperty.Builder |
withKey(software.amazon.awscdk.CloudFormationToken value)
Sets the value of Key
|
DeploymentGroupResource.TagFilterProperty.Builder |
withKey(String value)
Sets the value of Key
|
DeploymentGroupResource.TagFilterProperty.Builder |
withType(software.amazon.awscdk.CloudFormationToken value)
Sets the value of Type
|
DeploymentGroupResource.TagFilterProperty.Builder |
withType(String value)
Sets the value of Type
|
DeploymentGroupResource.TagFilterProperty.Builder |
withValue(software.amazon.awscdk.CloudFormationToken value)
Sets the value of Value
|
DeploymentGroupResource.TagFilterProperty.Builder |
withValue(String value)
Sets the value of Value
|
public DeploymentGroupResource.TagFilterProperty.Builder withKey(@Nullable String value)
value - ``DeploymentGroupResource.TagFilterProperty.Key``thispublic DeploymentGroupResource.TagFilterProperty.Builder withKey(@Nullable software.amazon.awscdk.CloudFormationToken value)
value - ``DeploymentGroupResource.TagFilterProperty.Key``thispublic DeploymentGroupResource.TagFilterProperty.Builder withType(@Nullable String value)
value - ``DeploymentGroupResource.TagFilterProperty.Type``thispublic DeploymentGroupResource.TagFilterProperty.Builder withType(@Nullable software.amazon.awscdk.CloudFormationToken value)
value - ``DeploymentGroupResource.TagFilterProperty.Type``thispublic DeploymentGroupResource.TagFilterProperty.Builder withValue(@Nullable String value)
value - ``DeploymentGroupResource.TagFilterProperty.Value``thispublic DeploymentGroupResource.TagFilterProperty.Builder withValue(@Nullable software.amazon.awscdk.CloudFormationToken value)
value - ``DeploymentGroupResource.TagFilterProperty.Value``thispublic DeploymentGroupResource.TagFilterProperty build()
DeploymentGroupResource.TagFilterPropertyNullPointerException - if any required attribute was not providedCopyright © 2018. All rights reserved.