Interface StopFleetActionsRequest.Builder

    • 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 as us-west-2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.