public static interface DeleteFleetLocationsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DeleteFleetLocationsResponse.Builder,DeleteFleetLocationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteFleetLocationsResponse.Builder |
fleetArn(String fleetArn)
The Amazon Resource Name (ARN) that is assigned to a
GameLift fleet resource and uniquely identifies it.
|
DeleteFleetLocationsResponse.Builder |
fleetId(String fleetId)
A unique identifier for the fleet that location attributes are being deleted for.
|
DeleteFleetLocationsResponse.Builder |
locationStates(Collection<LocationState> locationStates)
The remote locations that are being deleted, with each location status set to
DELETING. |
DeleteFleetLocationsResponse.Builder |
locationStates(Consumer<LocationState.Builder>... locationStates)
The remote locations that are being deleted, with each location status set to
DELETING. |
DeleteFleetLocationsResponse.Builder |
locationStates(LocationState... locationStates)
The remote locations that are being deleted, with each location status set to
DELETING. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteFleetLocationsResponse.Builder fleetId(String fleetId)
A unique identifier for the fleet that location attributes are being deleted for.
fleetId - A unique identifier for the fleet that location attributes are being deleted for.DeleteFleetLocationsResponse.Builder fleetArn(String fleetArn)
The Amazon Resource Name (ARN) that is assigned to a
GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.
fleetArn - The Amazon Resource Name (ARN) that is assigned to
a GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.DeleteFleetLocationsResponse.Builder locationStates(Collection<LocationState> locationStates)
The remote locations that are being deleted, with each location status set to DELETING.
locationStates - The remote locations that are being deleted, with each location status set to DELETING.DeleteFleetLocationsResponse.Builder locationStates(LocationState... locationStates)
The remote locations that are being deleted, with each location status set to DELETING.
locationStates - The remote locations that are being deleted, with each location status set to DELETING.DeleteFleetLocationsResponse.Builder locationStates(Consumer<LocationState.Builder>... locationStates)
The remote locations that are being deleted, with each location status set to DELETING.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #locationStates(List) .locationStates - a consumer that will call methods on List.Builder #locationStates(List) Copyright © 2022. All rights reserved.