CopyableBuilder<DescribeMaintenanceWindowExecutionsRequest.Builder,DescribeMaintenanceWindowExecutionsRequest>, SdkBuilder<DescribeMaintenanceWindowExecutionsRequest.Builder,DescribeMaintenanceWindowExecutionsRequest>public static interface DescribeMaintenanceWindowExecutionsRequest.Builder extends CopyableBuilder<DescribeMaintenanceWindowExecutionsRequest.Builder,DescribeMaintenanceWindowExecutionsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeMaintenanceWindowExecutionsRequest.Builder |
filters(Collection<MaintenanceWindowFilter> filters) |
Each entry in the array is a structure containing:
|
DescribeMaintenanceWindowExecutionsRequest.Builder |
filters(MaintenanceWindowFilter... filters) |
Each entry in the array is a structure containing:
|
DescribeMaintenanceWindowExecutionsRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of items to return for this call.
|
DescribeMaintenanceWindowExecutionsRequest.Builder |
nextToken(String nextToken) |
The token for the next set of items to return.
|
DescribeMaintenanceWindowExecutionsRequest.Builder |
windowId(String windowId) |
The ID of the Maintenance Window whose executions should be retrieved.
|
copyapply, buildDescribeMaintenanceWindowExecutionsRequest.Builder windowId(String windowId)
The ID of the Maintenance Window whose executions should be retrieved.
windowId - The ID of the Maintenance Window whose executions should be retrieved.DescribeMaintenanceWindowExecutionsRequest.Builder filters(Collection<MaintenanceWindowFilter> filters)
Each entry in the array is a structure containing:
Key (string, between 1 and 128 characters)
Values (array of strings, each string is between 1 and 256 characters)
The supported Keys are ExecutedBefore and ExecutedAfter with the value being a date/time string such as 2016-11-04T05:00:00Z.
filters - Each entry in the array is a structure containing:
Key (string, between 1 and 128 characters)
Values (array of strings, each string is between 1 and 256 characters)
The supported Keys are ExecutedBefore and ExecutedAfter with the value being a date/time string such as 2016-11-04T05:00:00Z.
DescribeMaintenanceWindowExecutionsRequest.Builder filters(MaintenanceWindowFilter... filters)
Each entry in the array is a structure containing:
Key (string, between 1 and 128 characters)
Values (array of strings, each string is between 1 and 256 characters)
The supported Keys are ExecutedBefore and ExecutedAfter with the value being a date/time string such as 2016-11-04T05:00:00Z.
NOTE: This method appends the values to the existing list (if any). Use
#setFilters(java.util.Collection) or #withFilters(java.util.Collection) if you want to
override the existing values.
filters - Each entry in the array is a structure containing:
Key (string, between 1 and 128 characters)
Values (array of strings, each string is between 1 and 256 characters)
The supported Keys are ExecutedBefore and ExecutedAfter with the value being a date/time string such as 2016-11-04T05:00:00Z.
DescribeMaintenanceWindowExecutionsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults - The maximum number of items to return for this call. The call also returns a token that you can
specify in a subsequent call to get the next set of results.DescribeMaintenanceWindowExecutionsRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.