public static interface ListNodegroupsResponse.Builder extends EksResponse.Builder, SdkPojo, CopyableBuilder<ListNodegroupsResponse.Builder,ListNodegroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListNodegroupsResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListNodegroups request. |
ListNodegroupsResponse.Builder |
nodegroups(Collection<String> nodegroups)
A list of all of the node groups associated with the specified cluster.
|
ListNodegroupsResponse.Builder |
nodegroups(String... nodegroups)
A list of all of the node groups associated with the specified cluster.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNodegroupsResponse.Builder nodegroups(Collection<String> nodegroups)
A list of all of the node groups associated with the specified cluster.
nodegroups - A list of all of the node groups associated with the specified cluster.ListNodegroupsResponse.Builder nodegroups(String... nodegroups)
A list of all of the node groups associated with the specified cluster.
nodegroups - A list of all of the node groups associated with the specified cluster.ListNodegroupsResponse.Builder nextToken(String nextToken)
The nextToken value to include in a future ListNodegroups request. When the results
of a ListNodegroups 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 ListNodegroups request. When the
results of a ListNodegroups 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.