Interface DescribeClusterVersionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeClusterVersionsRequest.Builder,DescribeClusterVersionsRequest>,EksRequest.Builder,SdkBuilder<DescribeClusterVersionsRequest.Builder,DescribeClusterVersionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeClusterVersionsRequest
public static interface DescribeClusterVersionsRequest.Builder extends EksRequest.Builder, SdkPojo, CopyableBuilder<DescribeClusterVersionsRequest.Builder,DescribeClusterVersionsRequest>
-
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clusterType
DescribeClusterVersionsRequest.Builder clusterType(String 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
DescribeClusterVersionsRequest.Builder maxResults(Integer 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
DescribeClusterVersionsRequest.Builder nextToken(String 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
DescribeClusterVersionsRequest.Builder defaultOnly(Boolean 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
DescribeClusterVersionsRequest.Builder includeAll(Boolean 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
DescribeClusterVersionsRequest.Builder clusterVersions(Collection<String> 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
DescribeClusterVersionsRequest.Builder clusterVersions(String... 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 DescribeClusterVersionsRequest.Builder status(String status)
Deprecated.status has been replaced by versionStatusThis field is deprecated. Use
versionStatusinstead, as that field matches for input and output of this action.Filter versions by their current status.
- Parameters:
status-This field is deprecated. Use
versionStatusinstead, 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:
ClusterVersionStatus,ClusterVersionStatus
-
status
@Deprecated DescribeClusterVersionsRequest.Builder status(ClusterVersionStatus status)
Deprecated.status has been replaced by versionStatusThis field is deprecated. Use
versionStatusinstead, as that field matches for input and output of this action.Filter versions by their current status.
- Parameters:
status-This field is deprecated. Use
versionStatusinstead, 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:
ClusterVersionStatus,ClusterVersionStatus
-
versionStatus
DescribeClusterVersionsRequest.Builder versionStatus(String 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,VersionStatus
-
versionStatus
DescribeClusterVersionsRequest.Builder versionStatus(VersionStatus 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,VersionStatus
-
overrideConfiguration
DescribeClusterVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeClusterVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-