Interface DescribeMaintenanceWindowScheduleResponse.Builder

    • Method Detail

      • scheduledWindowExecutions

        DescribeMaintenanceWindowScheduleResponse.Builder scheduledWindowExecutions​(Collection<ScheduledWindowExecution> scheduledWindowExecutions)

        Information about maintenance window executions scheduled for the specified time range.

        Parameters:
        scheduledWindowExecutions - Information about maintenance window executions scheduled for the specified time range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scheduledWindowExecutions

        DescribeMaintenanceWindowScheduleResponse.Builder scheduledWindowExecutions​(ScheduledWindowExecution... scheduledWindowExecutions)

        Information about maintenance window executions scheduled for the specified time range.

        Parameters:
        scheduledWindowExecutions - Information about maintenance window executions scheduled for the specified time range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeMaintenanceWindowScheduleResponse.Builder nextToken​(String nextToken)

        The token for the next set of items to return. (You use this token in the next call.)

        Parameters:
        nextToken - The token for the next set of items to return. (You use this token in the next call.)
        Returns:
        Returns a reference to this object so that method calls can be chained together.