public static interface DescribeAddonVersionsRequest.Builder extends EksRequest.Builder, SdkPojo, CopyableBuilder<DescribeAddonVersionsRequest.Builder,DescribeAddonVersionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAddonVersionsRequest.Builder kubernetesVersion(String kubernetesVersion)
The Kubernetes versions that you can use the add-on with.
kubernetesVersion - The Kubernetes versions that you can use the add-on 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 types(Collection<String> types)
The type of the add-on. For valid types, don't specify a value for this property.
types - The type of the add-on. For valid types, don't specify a value for this property.DescribeAddonVersionsRequest.Builder types(String... types)
The type of the add-on. For valid types, don't specify a value for this property.
types - The type of the add-on. For valid types, don't specify a value for this property.DescribeAddonVersionsRequest.Builder publishers(Collection<String> publishers)
The publisher of the add-on. For valid publishers, don't specify a value for this property.
publishers - The publisher of the add-on. For valid publishers, don't specify a value for this
property.DescribeAddonVersionsRequest.Builder publishers(String... publishers)
The publisher of the add-on. For valid publishers, don't specify a value for this property.
publishers - The publisher of the add-on. For valid publishers, don't specify a value for this
property.DescribeAddonVersionsRequest.Builder owners(Collection<String> owners)
The owner of the add-on. For valid owners, don't specify a value for this property.
owners - The owner of the add-on. For valid owners, don't specify a value for this property.DescribeAddonVersionsRequest.Builder owners(String... owners)
The owner of the add-on. For valid owners, don't specify a value for this property.
owners - The owner of the add-on. For valid owners, don't specify a value for this property.DescribeAddonVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAddonVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.