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) |
StartFleetActionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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)
overrideConfiguration in interface AwsRequest.BuilderStartFleetActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.