Interface DescribeClusterVersionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeClusterVersionsRequest.Builder,
,DescribeClusterVersionsRequest> EksRequest.Builder
,SdkBuilder<DescribeClusterVersionsRequest.Builder,
,DescribeClusterVersionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeClusterVersionsRequest
-
Method Summary
Modifier and TypeMethodDescriptionclusterType
(String clusterType) The type of cluster to filter versions by.clusterVersions
(String... clusterVersions) List of specific cluster versions to describe.clusterVersions
(Collection<String> clusterVersions) List of specific cluster versions to describe.defaultOnly
(Boolean defaultOnly) Filter to show only default versions.includeAll
(Boolean includeAll) Include all available versions in the response.maxResults
(Integer maxResults) Maximum number of results to return.Pagination token for the next set of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Deprecated.status has been replaced by versionStatusstatus
(ClusterVersionStatus status) Deprecated.status has been replaced by versionStatusversionStatus
(String versionStatus) Filter versions by their current status.versionStatus
(VersionStatus versionStatus) Filter versions by their current status.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, sdkFieldNameToField, sdkFields
-
Method Details
-
clusterType
The type of cluster to filter versions by.
- Parameters:
clusterType
- The type of cluster to filter versions by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Maximum number of results to return.
- Parameters:
maxResults
- Maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Pagination token for the next set of results.
- Parameters:
nextToken
- Pagination token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultOnly
Filter to show only default versions.
- Parameters:
defaultOnly
- Filter to show only default versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeAll
Include all available versions in the response.
- Parameters:
includeAll
- Include all available versions in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterVersions
List of specific cluster versions to describe.
- Parameters:
clusterVersions
- List of specific cluster versions to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterVersions
List of specific cluster versions to describe.
- Parameters:
clusterVersions
- List of specific cluster versions to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Deprecated.status has been replaced by versionStatusThis field is deprecated. Use
versionStatus
instead, as that field matches for input and output of this action.Filter versions by their current status.
- Parameters:
status
-This field is deprecated. Use
versionStatus
instead, as that field matches for input and output of this action.Filter versions by their current status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Deprecated.status has been replaced by versionStatusThis field is deprecated. Use
versionStatus
instead, as that field matches for input and output of this action.Filter versions by their current status.
- Parameters:
status
-This field is deprecated. Use
versionStatus
instead, as that field matches for input and output of this action.Filter versions by their current status.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
versionStatus
Filter versions by their current status.
- Parameters:
versionStatus
- Filter versions by their current status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
versionStatus
Filter versions by their current status.
- Parameters:
versionStatus
- Filter versions by their current status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
DescribeClusterVersionsRequest.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
DescribeClusterVersionsRequest.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.
-