Interface DescribeScheduledInstancesResponse.Builder

    • Method Detail

      • nextToken

        DescribeScheduledInstancesResponse.Builder nextToken​(String nextToken)

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

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

        DescribeScheduledInstancesResponse.Builder scheduledInstanceSet​(Collection<ScheduledInstance> scheduledInstanceSet)

        Information about the Scheduled Instances.

        Parameters:
        scheduledInstanceSet - Information about the Scheduled Instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scheduledInstanceSet

        DescribeScheduledInstancesResponse.Builder scheduledInstanceSet​(ScheduledInstance... scheduledInstanceSet)

        Information about the Scheduled Instances.

        Parameters:
        scheduledInstanceSet - Information about the Scheduled Instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.