public static interface StopFleetActionsRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<StopFleetActionsRequest.Builder,StopFleetActionsRequest>
| Modifier and Type | Method and Description |
|---|---|
StopFleetActionsRequest.Builder |
actions(Collection<FleetAction> actions)
List of actions to suspend on the fleet.
|
StopFleetActionsRequest.Builder |
actions(FleetAction... actions)
List of actions to suspend on the fleet.
|
StopFleetActionsRequest.Builder |
actionsWithStrings(Collection<String> actions)
List of actions to suspend on the fleet.
|
StopFleetActionsRequest.Builder |
actionsWithStrings(String... actions)
List of actions to suspend on the fleet.
|
StopFleetActionsRequest.Builder |
fleetId(String fleetId)
Unique identifier for a fleet
|
StopFleetActionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StopFleetActionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildStopFleetActionsRequest.Builder fleetId(String fleetId)
Unique identifier for a fleet
fleetId - Unique identifier for a fleetStopFleetActionsRequest.Builder actionsWithStrings(Collection<String> actions)
List of actions to suspend on the fleet.
actions - List of actions to suspend on the fleet.StopFleetActionsRequest.Builder actionsWithStrings(String... actions)
List of actions to suspend on the fleet.
actions - List of actions to suspend on the fleet.StopFleetActionsRequest.Builder actions(Collection<FleetAction> actions)
List of actions to suspend on the fleet.
actions - List of actions to suspend on the fleet.StopFleetActionsRequest.Builder actions(FleetAction... actions)
List of actions to suspend on the fleet.
actions - List of actions to suspend on the fleet.StopFleetActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.StopFleetActionsRequest.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.