public static interface ListUpdatesResponse.Builder extends EksResponse.Builder, SdkPojo, CopyableBuilder<ListUpdatesResponse.Builder,ListUpdatesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListUpdatesResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListUpdates request. |
ListUpdatesResponse.Builder |
updateIds(Collection<String> updateIds)
A list of all the updates for the specified cluster and Region.
|
ListUpdatesResponse.Builder |
updateIds(String... updateIds)
A list of all the updates for the specified cluster and Region.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUpdatesResponse.Builder updateIds(Collection<String> updateIds)
A list of all the updates for the specified cluster and Region.
updateIds - A list of all the updates for the specified cluster and Region.ListUpdatesResponse.Builder updateIds(String... updateIds)
A list of all the updates for the specified cluster and Region.
updateIds - A list of all the updates for the specified cluster and Region.ListUpdatesResponse.Builder nextToken(String nextToken)
The nextToken value to include in a future ListUpdates request. When the results of
a ListUpdates request exceed maxResults, you can use this value to retrieve the
next page of results. This value is null when there are no more results to return.
nextToken - The nextToken value to include in a future ListUpdates request. When the
results of a ListUpdates request exceed maxResults, you can use this value
to retrieve the next page of results. This value is null when there are no more results
to return.Copyright © 2022. All rights reserved.