Interface DescribeScheduledActionsResponse.Builder

    • Method Detail

      • scheduledActions

        DescribeScheduledActionsResponse.Builder scheduledActions​(Collection<ScheduledAction> scheduledActions)

        Information about the scheduled actions.

        Parameters:
        scheduledActions - Information about the scheduled actions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scheduledActions

        DescribeScheduledActionsResponse.Builder scheduledActions​(ScheduledAction... scheduledActions)

        Information about the scheduled actions.

        Parameters:
        scheduledActions - Information about the scheduled actions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeScheduledActionsResponse.Builder nextToken​(String nextToken)

        The token required to get the next set of results. This value is null if there are no more results to return.

        Parameters:
        nextToken - The token required to get the next set of results. This value is null if there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.