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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeMaintenanceWindowScheduleResponse.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 © 2021 Amazon Web Services, Inc. All Rights Reserved.