Uses of Interface
software.amazon.awssdk.services.autoscaling.model.TagDescription.Builder
-
Packages that use TagDescription.Builder Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of TagDescription.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return TagDescription.Builder Modifier and Type Method Description static TagDescription.BuilderTagDescription. builder()TagDescription.BuilderTagDescription.Builder. key(String key)The tag key.TagDescription.BuilderTagDescription.Builder. propagateAtLaunch(Boolean propagateAtLaunch)Determines whether the tag is added to new instances as they are launched in the group.TagDescription.BuilderTagDescription.Builder. resourceId(String resourceId)The name of the group.TagDescription.BuilderTagDescription.Builder. resourceType(String resourceType)The type of resource.TagDescription.BuilderTagDescription. toBuilder()TagDescription.BuilderTagDescription.Builder. value(String value)The tag value.Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type TagDescription.Builder Modifier and Type Method Description static Class<? extends TagDescription.Builder>TagDescription. serializableBuilderClass()
-