public static interface DescribeMaintenanceWindowsResponse.Builder extends SsmResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theMaintenanceWindowIdentity.Builder avoiding the need to
create one manually via MaintenanceWindowIdentity.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #windowIdentities(List.
windowIdentities - a consumer that will call methods on
MaintenanceWindowIdentity.Builder#windowIdentities(java.util.Collection) 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 © 2022. All rights reserved.