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