Interface StartFleetActionsRequest.Builder

  • Method Details

    • fleetId

      A unique identifier for the fleet to restart actions on. You can use either the fleet ID or ARN value.

      Parameters:
      fleetId - A unique identifier for the fleet to restart 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

      StartFleetActionsRequest.Builder actionsWithStrings(Collection<String> actions)

      List of actions to restart on the fleet.

      Parameters:
      actions - List of actions to restart on the fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actionsWithStrings

      StartFleetActionsRequest.Builder actionsWithStrings(String... actions)

      List of actions to restart on the fleet.

      Parameters:
      actions - List of actions to restart on the fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actions

      List of actions to restart on the fleet.

      Parameters:
      actions - List of actions to restart on the fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • actions

      List of actions to restart on the fleet.

      Parameters:
      actions - List of actions to restart on the fleet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • location

      The fleet location to restart 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 restart fleet actions for. Specify a location in the form of an Amazon Web Services Region code, such as us-west-2.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      StartFleetActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.