static CreateFleetLocationsResponse.Builder |
CreateFleetLocationsResponse.builder() |
|
CreateFleetLocationsResponse.Builder |
CreateFleetLocationsResponse.Builder.fleetArn(String fleetArn) |
The Amazon Resource Name ( ARN) that is assigned to a
Amazon 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() |
|