Uses of Interface
software.amazon.awssdk.services.gamelift.model.LocationModel.Builder
-
Packages that use LocationModel.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of LocationModel.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return LocationModel.Builder Modifier and Type Method Description static LocationModel.BuilderLocationModel. builder()LocationModel.BuilderLocationModel.Builder. locationArn(String locationArn)The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift location resource and uniquely identifies it.LocationModel.BuilderLocationModel.Builder. locationName(String locationName)The location's name.LocationModel.BuilderLocationModel. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type LocationModel.Builder Modifier and Type Method Description static Class<? extends LocationModel.Builder>LocationModel. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type LocationModel.Builder Modifier and Type Method Description default CreateLocationResponse.BuilderCreateLocationResponse.Builder. location(Consumer<LocationModel.Builder> location)The details of the custom location you created.
-