public static interface DescribeMaintenanceWindowExecutionsResponse.Builder extends SSMResponse.Builder, CopyableBuilder<DescribeMaintenanceWindowExecutionsResponse.Builder,DescribeMaintenanceWindowExecutionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeMaintenanceWindowExecutionsResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeMaintenanceWindowExecutionsResponse.Builder |
windowExecutions(Collection<MaintenanceWindowExecution> windowExecutions)
Information about the Maintenance Windows execution.
|
DescribeMaintenanceWindowExecutionsResponse.Builder |
windowExecutions(Consumer<MaintenanceWindowExecution.Builder>... windowExecutions)
Information about the Maintenance Windows execution.
|
DescribeMaintenanceWindowExecutionsResponse.Builder |
windowExecutions(MaintenanceWindowExecution... windowExecutions)
Information about the Maintenance Windows execution.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeMaintenanceWindowExecutionsResponse.Builder windowExecutions(Collection<MaintenanceWindowExecution> windowExecutions)
Information about the Maintenance Windows execution.
windowExecutions - Information about the Maintenance Windows execution.DescribeMaintenanceWindowExecutionsResponse.Builder windowExecutions(MaintenanceWindowExecution... windowExecutions)
Information about the Maintenance Windows execution.
windowExecutions - Information about the Maintenance Windows execution.DescribeMaintenanceWindowExecutionsResponse.Builder windowExecutions(Consumer<MaintenanceWindowExecution.Builder>... windowExecutions)
Information about the Maintenance Windows execution.
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 #windowExecutions(List) .windowExecutions - a consumer that will call methods on List.Builder #windowExecutions(List) DescribeMaintenanceWindowExecutionsResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken - The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.