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)
A unique identifier for a fleet to stop actions on.
|
StopFleetActionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopFleetActionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopFleetActionsRequest.Builder fleetId(String fleetId)
A unique identifier for a fleet to stop actions on. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for a fleet to stop actions on. You can use either the fleet ID or ARN value.StopFleetActionsRequest.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 © 2021. All rights reserved.