| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateFleetLocationsResponse.Builder |
CreateFleetLocationsResponse.builder() |
CreateFleetLocationsResponse.Builder |
CreateFleetLocationsResponse.Builder.fleetArn(String fleetArn)
The Amazon Resource Name (ARN) that is assigned to a
GameLift fleet resource and uniquely identifies it.
|
CreateFleetLocationsResponse.Builder |
CreateFleetLocationsResponse.Builder.fleetId(String fleetId)
A unique identifier for the fleet that was updated with new locations.
|
CreateFleetLocationsResponse.Builder |
CreateFleetLocationsResponse.Builder.locationStates(Collection<LocationState> locationStates)
The remote locations that are being added to the fleet, and the life-cycle status of each location.
|
CreateFleetLocationsResponse.Builder |
CreateFleetLocationsResponse.Builder.locationStates(Consumer<LocationState.Builder>... locationStates)
The remote locations that are being added to the fleet, and the life-cycle status of each location.
|
CreateFleetLocationsResponse.Builder |
CreateFleetLocationsResponse.Builder.locationStates(LocationState... locationStates)
The remote locations that are being added to the fleet, and the life-cycle status of each location.
|
CreateFleetLocationsResponse.Builder |
CreateFleetLocationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateFleetLocationsResponse.Builder> |
CreateFleetLocationsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.