public static interface DescribeMaintenanceWindowScheduleResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeMaintenanceWindowScheduleResponse.Builder,DescribeMaintenanceWindowScheduleResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeMaintenanceWindowScheduleResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeMaintenanceWindowScheduleResponse.Builder |
scheduledWindowExecutions(Collection<ScheduledWindowExecution> scheduledWindowExecutions)
Information about Maintenance Window executions scheduled for the specified time range.
|
DescribeMaintenanceWindowScheduleResponse.Builder |
scheduledWindowExecutions(Consumer<ScheduledWindowExecution.Builder>... scheduledWindowExecutions)
Information about Maintenance Window executions scheduled for the specified time range.
|
DescribeMaintenanceWindowScheduleResponse.Builder |
scheduledWindowExecutions(ScheduledWindowExecution... scheduledWindowExecutions)
Information about Maintenance Window executions scheduled for the specified time range.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeMaintenanceWindowScheduleResponse.Builder scheduledWindowExecutions(Collection<ScheduledWindowExecution> scheduledWindowExecutions)
Information about Maintenance Window executions scheduled for the specified time range.
scheduledWindowExecutions - Information about Maintenance Window executions scheduled for the specified time range.DescribeMaintenanceWindowScheduleResponse.Builder scheduledWindowExecutions(ScheduledWindowExecution... scheduledWindowExecutions)
Information about Maintenance Window executions scheduled for the specified time range.
scheduledWindowExecutions - Information about Maintenance Window executions scheduled for the specified time range.DescribeMaintenanceWindowScheduleResponse.Builder scheduledWindowExecutions(Consumer<ScheduledWindowExecution.Builder>... scheduledWindowExecutions)
Information about Maintenance Window executions scheduled for the specified time range.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #scheduledWindowExecutions(List) .scheduledWindowExecutions - a consumer that will call methods on List.Builder #scheduledWindowExecutions(List) DescribeMaintenanceWindowScheduleResponse.Builder nextToken(String nextToken)
The token for the next set of items to return. (You use this token in the next call.)
nextToken - The token for the next set of items to return. (You use this token in the next call.)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.