| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static LocationModel.Builder |
LocationModel.builder() |
LocationModel.Builder |
LocationModel.Builder.locationArn(String locationArn)
The Amazon Resource Name (ARN) that is assigned to a
GameLift location resource and uniquely identifies it.
|
LocationModel.Builder |
LocationModel.Builder.locationName(String locationName)
The location's name.
|
LocationModel.Builder |
LocationModel.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LocationModel.Builder> |
LocationModel.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateLocationResponse.Builder |
CreateLocationResponse.Builder.location(Consumer<LocationModel.Builder> location)
The details of the custom location you created.
|
Copyright © 2022. All rights reserved.