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 and other properties.
|
DescribeAddonVersionsResponse.Builder |
addons(Collection<AddonInfo> addons)
The list of available versions with Kubernetes version compatibility and other properties.
|
DescribeAddonVersionsResponse.Builder |
addons(Consumer<AddonInfo.Builder>... addons)
The list of available versions with Kubernetes version compatibility and other properties.
|
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 and other properties.
addons - The list of available versions with Kubernetes version compatibility and other properties.DescribeAddonVersionsResponse.Builder addons(AddonInfo... addons)
The list of available versions with Kubernetes version compatibility and other properties.
addons - The list of available versions with Kubernetes version compatibility and other properties.DescribeAddonVersionsResponse.Builder addons(Consumer<AddonInfo.Builder>... addons)
The list of available versions with Kubernetes version compatibility and other properties.
This is a convenience method that creates an instance of theAddonInfo.Builder avoiding the need to create one manually
via AddonInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #addons(List.
addons - a consumer that will call methods on
AddonInfo.Builder#addons(java.util.Collection) 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 © 2023. All rights reserved.