Uses of Interface
software.amazon.awssdk.services.gamelift.model.LocationState.Builder
-
Packages that use LocationState.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of LocationState.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return LocationState.Builder Modifier and Type Method Description static LocationState.BuilderLocationState. builder()LocationState.BuilderLocationState.Builder. location(String location)The fleet location, expressed as an Amazon Web Services Region code such asus-west-2.LocationState.BuilderLocationState.Builder. status(String status)The life-cycle status of a fleet location.LocationState.BuilderLocationState.Builder. status(FleetStatus status)The life-cycle status of a fleet location.LocationState.BuilderLocationState. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type LocationState.Builder Modifier and Type Method Description static Class<? extends LocationState.Builder>LocationState. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type LocationState.Builder Modifier and Type Method Description default LocationAttributes.BuilderLocationAttributes.Builder. locationState(Consumer<LocationState.Builder> locationState)A fleet location and its current life-cycle state.
-