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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theScheduledWindowExecution.Builder avoiding the need to
create one manually via ScheduledWindowExecution.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #scheduledWindowExecutions(List.
scheduledWindowExecutions - a consumer that will call methods on
ScheduledWindowExecution.Builder#scheduledWindowExecutions(java.util.Collection) 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 © 2022. All rights reserved.