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