public static interface StartFleetActionsRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<StartFleetActionsRequest.Builder,StartFleetActionsRequest>
| Modifier and Type | Method and Description |
|---|---|
StartFleetActionsRequest.Builder |
actions(Collection<FleetAction> actions)
List of actions to restart on the fleet.
|
StartFleetActionsRequest.Builder |
actions(FleetAction... actions)
List of actions to restart on the fleet.
|
StartFleetActionsRequest.Builder |
actionsWithStrings(Collection<String> actions)
List of actions to restart on the fleet.
|
StartFleetActionsRequest.Builder |
actionsWithStrings(String... actions)
List of actions to restart on the fleet.
|
StartFleetActionsRequest.Builder |
fleetId(String fleetId)
A unique identifier for the fleet to restart actions on.
|
StartFleetActionsRequest.Builder |
location(String location)
The fleet location to restart fleet actions for.
|
StartFleetActionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartFleetActionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartFleetActionsRequest.Builder fleetId(String fleetId)
A unique identifier for the fleet to restart actions on. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for the fleet to restart actions on. You can use either the fleet ID or ARN value.StartFleetActionsRequest.Builder actionsWithStrings(Collection<String> actions)
List of actions to restart on the fleet.
actions - List of actions to restart on the fleet.StartFleetActionsRequest.Builder actionsWithStrings(String... actions)
List of actions to restart on the fleet.
actions - List of actions to restart on the fleet.StartFleetActionsRequest.Builder actions(Collection<FleetAction> actions)
List of actions to restart on the fleet.
actions - List of actions to restart on the fleet.StartFleetActionsRequest.Builder actions(FleetAction... actions)
List of actions to restart on the fleet.
actions - List of actions to restart on the fleet.StartFleetActionsRequest.Builder location(String location)
The fleet location to restart fleet actions for. Specify a location in the form of an Amazon Web Services
Region code, such as us-west-2.
location - The fleet location to restart fleet actions for. Specify a location in the form of an Amazon Web
Services Region code, such as us-west-2.StartFleetActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartFleetActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.