Interface BatchScheduleActionDeleteRequest.Builder

    • Method Detail

      • actionNames

        BatchScheduleActionDeleteRequest.Builder actionNames​(Collection<String> actionNames)
        A list of schedule actions to delete.
        Parameters:
        actionNames - A list of schedule actions to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actionNames

        BatchScheduleActionDeleteRequest.Builder actionNames​(String... actionNames)
        A list of schedule actions to delete.
        Parameters:
        actionNames - A list of schedule actions to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.