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(MaintenanceWindowExecution... windowExecutions)
Information about the Maintenance Windows execution.
|
buildcopyapply, 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 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.