public static interface DescribeAddonVersionsRequest.Builder extends EksRequest.Builder, SdkPojo, CopyableBuilder<DescribeAddonVersionsRequest.Builder,DescribeAddonVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeAddonVersionsRequest.Builder |
addonName(String addonName)
The name of the add-on.
|
DescribeAddonVersionsRequest.Builder |
kubernetesVersion(String kubernetesVersion)
The Kubernetes versions that the add-on can be used with.
|
DescribeAddonVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
DescribeAddonVersionsRequest.Builder |
nextToken(String nextToken)
The
nextToken value returned from a previous paginated DescribeAddonVersionsRequest
where maxResults was used and the results exceeded the value of that parameter. |
DescribeAddonVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeAddonVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAddonVersionsRequest.Builder kubernetesVersion(String kubernetesVersion)
The Kubernetes versions that the add-on can be used with.
kubernetesVersion - The Kubernetes versions that the add-on can be used with.DescribeAddonVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.DescribeAddonVersionsRequest.Builder nextToken(String nextToken)
The nextToken value returned from a previous paginated DescribeAddonVersionsRequest
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
DescribeAddonVersionsRequest 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.
DescribeAddonVersionsRequest.Builder addonName(String addonName)
The name of the add-on. The name must match one of the names returned by ListAddons .
addonName - The name of the add-on. The name must match one of the names returned by
ListAddons .DescribeAddonVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAddonVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.