public static interface DescribeMaintenanceWindowExecutionTasksResponse.Builder extends SSMResponse.Builder, CopyableBuilder<DescribeMaintenanceWindowExecutionTasksResponse.Builder,DescribeMaintenanceWindowExecutionTasksResponse>
Modifier and Type | Method and Description |
---|---|
DescribeMaintenanceWindowExecutionTasksResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeMaintenanceWindowExecutionTasksResponse.Builder |
windowExecutionTaskIdentities(Collection<MaintenanceWindowExecutionTaskIdentity> windowExecutionTaskIdentities)
Information about the task executions.
|
DescribeMaintenanceWindowExecutionTasksResponse.Builder |
windowExecutionTaskIdentities(MaintenanceWindowExecutionTaskIdentity... windowExecutionTaskIdentities)
Information about the task executions.
|
build
copy
apply, build
DescribeMaintenanceWindowExecutionTasksResponse.Builder windowExecutionTaskIdentities(Collection<MaintenanceWindowExecutionTaskIdentity> windowExecutionTaskIdentities)
Information about the task executions.
windowExecutionTaskIdentities
- Information about the task executions.DescribeMaintenanceWindowExecutionTasksResponse.Builder windowExecutionTaskIdentities(MaintenanceWindowExecutionTaskIdentity... windowExecutionTaskIdentities)
Information about the task executions.
windowExecutionTaskIdentities
- Information about the task executions.DescribeMaintenanceWindowExecutionTasksResponse.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.