Uses of Interface
software.amazon.awssdk.services.autoscaling.model.TrafficSourceState.Builder
-
Packages that use TrafficSourceState.Builder Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of TrafficSourceState.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return TrafficSourceState.Builder Modifier and Type Method Description static TrafficSourceState.BuilderTrafficSourceState. builder()TrafficSourceState.BuilderTrafficSourceState.Builder. identifier(String identifier)The unique identifier of the traffic source.TrafficSourceState.BuilderTrafficSourceState.Builder. state(String state)Describes the current state of a traffic source.TrafficSourceState.BuilderTrafficSourceState. toBuilder()TrafficSourceState.BuilderTrafficSourceState.Builder. trafficSource(String trafficSource)Deprecated.TrafficSource has been replaced by IdentifierTrafficSourceState.BuilderTrafficSourceState.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 TrafficSourceState.Builder Modifier and Type Method Description static Class<? extends TrafficSourceState.Builder>TrafficSourceState. serializableBuilderClass()
-