public static interface DescribeMaintenanceWindowTasksResponse.Builder extends SsmResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theMaintenanceWindowTask.Builder avoiding the need to create
one manually via MaintenanceWindowTask.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #tasks(List.
tasks - a consumer that will call methods on
MaintenanceWindowTask.Builder#tasks(java.util.Collection) 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 © 2022. All rights reserved.