CopyableBuilder<DescribeMaintenanceWindowExecutionsResponse.Builder,DescribeMaintenanceWindowExecutionsResponse>, SdkBuilder<DescribeMaintenanceWindowExecutionsResponse.Builder,DescribeMaintenanceWindowExecutionsResponse>public static interface DescribeMaintenanceWindowExecutionsResponse.Builder extends CopyableBuilder<DescribeMaintenanceWindowExecutionsResponse.Builder,DescribeMaintenanceWindowExecutionsResponse>
| Modifier and Type | Method | 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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setWindowExecutions(java.util.Collection) or #withWindowExecutions(java.util.Collection) if
you want to override the existing values.
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.