Interface StopFleetActionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StopFleetActionsRequest.Builder,StopFleetActionsRequest>,GameLiftRequest.Builder,SdkBuilder<StopFleetActionsRequest.Builder,StopFleetActionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StopFleetActionsRequest
public static interface StopFleetActionsRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<StopFleetActionsRequest.Builder,StopFleetActionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopFleetActionsRequest.Builderactions(Collection<FleetAction> actions)List of actions to suspend on the fleet.StopFleetActionsRequest.Builderactions(FleetAction... actions)List of actions to suspend on the fleet.StopFleetActionsRequest.BuilderactionsWithStrings(String... actions)List of actions to suspend on the fleet.StopFleetActionsRequest.BuilderactionsWithStrings(Collection<String> actions)List of actions to suspend on the fleet.StopFleetActionsRequest.BuilderfleetId(String fleetId)A unique identifier for the fleet to stop actions on.StopFleetActionsRequest.Builderlocation(String location)The fleet location to stop fleet actions for.StopFleetActionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopFleetActionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
fleetId
StopFleetActionsRequest.Builder fleetId(String fleetId)
A unique identifier for the fleet to stop actions on. You can use either the fleet ID or ARN value.
- Parameters:
fleetId- A unique identifier for the fleet to stop actions on. You can use either the fleet ID or ARN value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionsWithStrings
StopFleetActionsRequest.Builder actionsWithStrings(Collection<String> actions)
List of actions to suspend on the fleet.
- Parameters:
actions- List of actions to suspend on the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionsWithStrings
StopFleetActionsRequest.Builder actionsWithStrings(String... actions)
List of actions to suspend on the fleet.
- Parameters:
actions- List of actions to suspend on the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actions
StopFleetActionsRequest.Builder actions(Collection<FleetAction> actions)
List of actions to suspend on the fleet.
- Parameters:
actions- List of actions to suspend on the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actions
StopFleetActionsRequest.Builder actions(FleetAction... actions)
List of actions to suspend on the fleet.
- Parameters:
actions- List of actions to suspend on the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
StopFleetActionsRequest.Builder location(String location)
The fleet location to stop fleet actions for. Specify a location in the form of an Amazon Web Services Region code, such as
us-west-2.- Parameters:
location- The fleet location to stop fleet actions for. Specify a location in the form of an Amazon Web Services Region code, such asus-west-2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopFleetActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopFleetActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-