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.
|
build
overrideConfiguration
copy
applyMutation, build
StartFleetActionsRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.StartFleetActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.