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