| Modifier and Type | Method and Description |
|---|---|
RemoveTag.Builder |
applyToLaunchedInstances(Boolean applyToLaunchedInstances) |
RemoveTag |
build() |
static RemoveTag.Builder |
create(String key) |
RemoveTag.Builder |
excludeResourceTypes(List<String> excludeResourceTypes) |
RemoveTag.Builder |
includeResourceTypes(List<String> includeResourceTypes) |
RemoveTag.Builder |
priority(Number priority) |
@Stability(value=Stable) public static RemoveTag.Builder create(String key)
key - This parameter is required.RemoveTag.Builder.@Stability(value=Stable) public RemoveTag.Builder applyToLaunchedInstances(Boolean applyToLaunchedInstances)
applyToLaunchedInstances - Whether the tag should be applied to instances in an AutoScalingGroup. This parameter is required.this@Stability(value=Stable) public RemoveTag.Builder excludeResourceTypes(List<String> excludeResourceTypes)
excludeResourceTypes - An array of Resource Types that will not receive this tag. This parameter is required.this@Stability(value=Stable) public RemoveTag.Builder includeResourceTypes(List<String> includeResourceTypes)
includeResourceTypes - An array of Resource Types that will receive this tag. This parameter is required.this@Stability(value=Stable) public RemoveTag.Builder priority(Number priority)
priority - Priority of the tag operation. This parameter is required.this@Stability(value=Stable) public RemoveTag build()
Copyright © 2019. All rights reserved.