Interface DescribeAddonVersionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeAddonVersionsRequest.Builder,DescribeAddonVersionsRequest>,EksRequest.Builder,SdkBuilder<DescribeAddonVersionsRequest.Builder,DescribeAddonVersionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeAddonVersionsRequest
public static interface DescribeAddonVersionsRequest.Builder extends EksRequest.Builder, SdkPojo, CopyableBuilder<DescribeAddonVersionsRequest.Builder,DescribeAddonVersionsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.eks.model.EksRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
kubernetesVersion
DescribeAddonVersionsRequest.Builder kubernetesVersion(String kubernetesVersion)
The Kubernetes versions that you can use the add-on with.
- Parameters:
kubernetesVersion- The Kubernetes versions that you can use the add-on with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeAddonVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
- Parameters:
maxResults- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeAddonVersionsRequest.Builder nextToken(String nextToken)
The
nextTokenvalue returned from a previous paginatedDescribeAddonVersionsRequestwheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue.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.
- Parameters:
nextToken- ThenextTokenvalue returned from a previous paginatedDescribeAddonVersionsRequestwheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue.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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addonName
DescribeAddonVersionsRequest.Builder addonName(String addonName)
The name of the add-on. The name must match one of the names returned by
ListAddons.- Parameters:
addonName- The name of the add-on. The name must match one of the names returned byListAddons.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
types
DescribeAddonVersionsRequest.Builder types(Collection<String> types)
The type of the add-on. For valid
types, don't specify a value for this property.- Parameters:
types- The type of the add-on. For validtypes, don't specify a value for this property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
types
DescribeAddonVersionsRequest.Builder types(String... types)
The type of the add-on. For valid
types, don't specify a value for this property.- Parameters:
types- The type of the add-on. For validtypes, don't specify a value for this property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publishers
DescribeAddonVersionsRequest.Builder publishers(Collection<String> publishers)
The publisher of the add-on. For valid
publishers, don't specify a value for this property.- Parameters:
publishers- The publisher of the add-on. For validpublishers, don't specify a value for this property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publishers
DescribeAddonVersionsRequest.Builder publishers(String... publishers)
The publisher of the add-on. For valid
publishers, don't specify a value for this property.- Parameters:
publishers- The publisher of the add-on. For validpublishers, don't specify a value for this property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owners
DescribeAddonVersionsRequest.Builder owners(Collection<String> owners)
The owner of the add-on. For valid
owners, don't specify a value for this property.- Parameters:
owners- The owner of the add-on. For validowners, don't specify a value for this property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owners
DescribeAddonVersionsRequest.Builder owners(String... owners)
The owner of the add-on. For valid
owners, don't specify a value for this property.- Parameters:
owners- The owner of the add-on. For validowners, don't specify a value for this property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeAddonVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeAddonVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-