Uses of Interface
software.amazon.awssdk.services.autoscaling.model.TrafficSourceIdentifier.Builder
-
Packages that use TrafficSourceIdentifier.Builder Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of TrafficSourceIdentifier.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return TrafficSourceIdentifier.Builder Modifier and Type Method Description static TrafficSourceIdentifier.BuilderTrafficSourceIdentifier. builder()TrafficSourceIdentifier.BuilderTrafficSourceIdentifier.Builder. identifier(String identifier)Identifies the traffic source.TrafficSourceIdentifier.BuilderTrafficSourceIdentifier. toBuilder()TrafficSourceIdentifier.BuilderTrafficSourceIdentifier.Builder. type(String type)Provides additional context for the value ofIdentifier.Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type TrafficSourceIdentifier.Builder Modifier and Type Method Description static Class<? extends TrafficSourceIdentifier.Builder>TrafficSourceIdentifier. serializableBuilderClass()
-