public static interface DescribeMaintenanceWindowsResponse.Builder extends SSMResponse.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(Consumer<MaintenanceWindowIdentity.Builder>... windowIdentities)
Information about the Maintenance Windows.
|
DescribeMaintenanceWindowsResponse.Builder |
windowIdentities(MaintenanceWindowIdentity... windowIdentities)
Information about the Maintenance Windows.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.
windowIdentities - Information about the Maintenance Windows.DescribeMaintenanceWindowsResponse.Builder windowIdentities(Consumer<MaintenanceWindowIdentity.Builder>... windowIdentities)
Information about the Maintenance Windows.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #windowIdentities(List) .windowIdentities - a consumer that will call methods on List.Builder #windowIdentities(List) 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 Amazon Web Services, Inc. All Rights Reserved.