public static interface DescribeAddonVersionsResponse.Builder extends EksResponse.Builder, SdkPojo, CopyableBuilder<DescribeAddonVersionsResponse.Builder,DescribeAddonVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAddonVersionsResponse.Builder |
addons(AddonInfo... addons)
The list of available versions with Kubernetes version compatibility.
|
DescribeAddonVersionsResponse.Builder |
addons(Collection<AddonInfo> addons)
The list of available versions with Kubernetes version compatibility.
|
DescribeAddonVersionsResponse.Builder |
addons(Consumer<AddonInfo.Builder>... addons)
The list of available versions with Kubernetes version compatibility.
|
DescribeAddonVersionsResponse.Builder |
nextToken(String nextToken)
The
nextToken value returned from a previous paginated
DescribeAddonVersionsResponse where maxResults was used and the results exceeded
the value of that parameter. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAddonVersionsResponse.Builder addons(Collection<AddonInfo> addons)
The list of available versions with Kubernetes version compatibility.
addons - The list of available versions with Kubernetes version compatibility.DescribeAddonVersionsResponse.Builder addons(AddonInfo... addons)
The list of available versions with Kubernetes version compatibility.
addons - The list of available versions with Kubernetes version compatibility.DescribeAddonVersionsResponse.Builder addons(Consumer<AddonInfo.Builder>... addons)
The list of available versions with Kubernetes version compatibility.
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 #addons(List) .addons - a consumer that will call methods on List.Builder #addons(List) DescribeAddonVersionsResponse.Builder nextToken(String nextToken)
The nextToken value returned from a previous paginated
DescribeAddonVersionsResponse where maxResults was used and the results exceeded
the value of that parameter. Pagination continues from the end of the previous results that returned the
nextToken value.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
nextToken - The nextToken value returned from a previous paginated
DescribeAddonVersionsResponse where maxResults was used and the results
exceeded the value of that parameter. Pagination continues from the end of the previous results that
returned the nextToken value. This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
Copyright © 2021. All rights reserved.