| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TagProps |
build()
Builds the configured instance.
|
TagProps.Builder |
withApplyToLaunchedInstances(Boolean value)
Sets the value of ApplyToLaunchedInstances
|
TagProps.Builder |
withExcludeResourceTypes(List<String> value)
Sets the value of ExcludeResourceTypes
|
TagProps.Builder |
withIncludeResourceTypes(List<String> value)
Sets the value of IncludeResourceTypes
|
TagProps.Builder |
withPriority(Number value)
Sets the value of Priority
|
@Stability(value=Stable) public TagProps.Builder withApplyToLaunchedInstances(@Nullable Boolean value)
value - Whether the tag should be applied to instances in an AutoScalingGroup.this@Stability(value=Stable) public TagProps.Builder withExcludeResourceTypes(@Nullable List<String> value)
value - An array of Resource Types that will not receive this tag.this@Stability(value=Stable) public TagProps.Builder withIncludeResourceTypes(@Nullable List<String> value)
value - An array of Resource Types that will receive this tag.this@Stability(value=Stable) public TagProps.Builder withPriority(@Nullable Number value)
value - Priority of the tag operation.this@Stability(value=Stable) public TagProps build()
TagPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.