CopyableBuilder<DescribeMaintenanceWindowTasksResponse.Builder,DescribeMaintenanceWindowTasksResponse>, SdkBuilder<DescribeMaintenanceWindowTasksResponse.Builder,DescribeMaintenanceWindowTasksResponse>public static interface DescribeMaintenanceWindowTasksResponse.Builder extends CopyableBuilder<DescribeMaintenanceWindowTasksResponse.Builder,DescribeMaintenanceWindowTasksResponse>
| Modifier and Type | Method | 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(MaintenanceWindowTask... tasks) |
Information about the tasks in the Maintenance Window.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setTasks(java.util.Collection) or #withTasks(java.util.Collection) if you want to override
the existing values.
tasks - Information about the tasks in the Maintenance Window.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.