| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
static Tag.Builder |
Tag.builder() |
Tag.Builder |
Tag.Builder.key(String key)
The tag key.
|
Tag.Builder |
Tag.Builder.propagateAtLaunch(Boolean propagateAtLaunch)
Determines whether the tag is added to new instances as they are launched in the group.
|
Tag.Builder |
Tag.Builder.resourceId(String resourceId)
The name of the Auto Scaling group.
|
Tag.Builder |
Tag.Builder.resourceType(String resourceType)
The type of resource.
|
Tag.Builder |
Tag.toBuilder() |
Tag.Builder |
Tag.Builder.value(String value)
The tag value.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Tag.Builder> |
Tag.serializableBuilderClass() |
Copyright © 2022. All rights reserved.