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