Interface DescribeAddonVersionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeAddonVersionsRequest.Builder,
,DescribeAddonVersionsRequest> EksRequest.Builder
,SdkBuilder<DescribeAddonVersionsRequest.Builder,
,DescribeAddonVersionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeAddonVersionsRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the add-on.kubernetesVersion
(String kubernetesVersion) The Kubernetes versions that you can use the add-on with.maxResults
(Integer maxResults) The maximum number of results to return.ThenextToken
value returned from a previous paginatedDescribeAddonVersionsRequest
wheremaxResults
was used and the results exceeded the value of that parameter.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The owner of the add-on.owners
(Collection<String> owners) The owner of the add-on.publishers
(String... publishers) The publisher of the add-on.publishers
(Collection<String> publishers) The publisher of the add-on.The type of the add-on.types
(Collection<String> types) The type of the add-on.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 Details
-
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
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
The
nextToken
value returned from a previous paginatedDescribeAddonVersionsRequest
wheremaxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextToken
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.
- Parameters:
nextToken
- ThenextToken
value returned from a previous paginatedDescribeAddonVersionsRequest
wheremaxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextToken
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
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
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
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeAddonVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-