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)
Unique identifier for a fleet
|
StartFleetActionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StartFleetActionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildStartFleetActionsRequest.Builder fleetId(String fleetId)
Unique identifier for a fleet
fleetId - Unique identifier for a fleetStartFleetActionsRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.StartFleetActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.