public static interface DescribeMaintenanceWindowTasksResponse.Builder extends SSMResponse.Builder, CopyableBuilder<DescribeMaintenanceWindowTasksResponse.Builder,DescribeMaintenanceWindowTasksResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeMaintenanceWindowTasksResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeMaintenanceWindowTasksResponse.Builder |
tasks(Collection<MaintenanceWindowTask> tasks)
Information about the tasks in the Maintenance Window.
|
DescribeMaintenanceWindowTasksResponse.Builder |
tasks(Consumer<MaintenanceWindowTask.Builder>... tasks)
Information about the tasks in the Maintenance Window.
|
DescribeMaintenanceWindowTasksResponse.Builder |
tasks(MaintenanceWindowTask... tasks)
Information about the tasks in the Maintenance Window.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeMaintenanceWindowTasksResponse.Builder tasks(Collection<MaintenanceWindowTask> tasks)
Information about the tasks in the Maintenance Window.
tasks - Information about the tasks in the Maintenance Window.DescribeMaintenanceWindowTasksResponse.Builder tasks(MaintenanceWindowTask... tasks)
Information about the tasks in the Maintenance Window.
tasks - Information about the tasks in the Maintenance Window.DescribeMaintenanceWindowTasksResponse.Builder tasks(Consumer<MaintenanceWindowTask.Builder>... tasks)
Information about the tasks in the Maintenance Window.
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 #tasks(List) .tasks - a consumer that will call methods on List.Builder #tasks(List) DescribeMaintenanceWindowTasksResponse.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.