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