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