public static interface DescribeMaintenanceWindowsResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeMaintenanceWindowsResponse.Builder,DescribeMaintenanceWindowsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeMaintenanceWindowsResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeMaintenanceWindowsResponse.Builder |
windowIdentities(Collection<MaintenanceWindowIdentity> windowIdentities)
Information about the Maintenance Windows.
|
DescribeMaintenanceWindowsResponse.Builder |
windowIdentities(MaintenanceWindowIdentity... windowIdentities)
Information about the Maintenance Windows.
|
copyapply, buildDescribeMaintenanceWindowsResponse.Builder windowIdentities(Collection<MaintenanceWindowIdentity> windowIdentities)
Information about the Maintenance Windows.
windowIdentities - Information about the Maintenance Windows.DescribeMaintenanceWindowsResponse.Builder windowIdentities(MaintenanceWindowIdentity... windowIdentities)
Information about the Maintenance Windows.
NOTE: This method appends the values to the existing list (if any). Use
#setWindowIdentities(java.util.Collection) or #withWindowIdentities(java.util.Collection) if
you want to override the existing values.
windowIdentities - Information about the Maintenance Windows.DescribeMaintenanceWindowsResponse.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. All rights reserved.