Interface ClusterVersionInformation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusterVersionInformation.Builder,
,ClusterVersionInformation> SdkBuilder<ClusterVersionInformation.Builder,
,ClusterVersionInformation> SdkPojo
- Enclosing class:
ClusterVersionInformation
-
Method Summary
Modifier and TypeMethodDescriptionclusterType
(String clusterType) The type of cluster this version is for.clusterVersion
(String clusterVersion) The Kubernetes version for the cluster.defaultPlatformVersion
(String defaultPlatformVersion) Default platform version for this Kubernetes version.defaultVersion
(Boolean defaultVersion) Indicates if this is a default version.endOfExtendedSupportDate
(Instant endOfExtendedSupportDate) Date when extended support ends for this version.endOfStandardSupportDate
(Instant endOfStandardSupportDate) Date when standard support ends for this version.kubernetesPatchVersion
(String kubernetesPatchVersion) The patch version of Kubernetes for this cluster version.releaseDate
(Instant releaseDate) The release date of this cluster version.status
(ClusterVersionStatus status) versionStatus
(String versionStatus) Current status of this cluster version.versionStatus
(VersionStatus versionStatus) Current status of this cluster version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
clusterVersion
The Kubernetes version for the cluster.
- Parameters:
clusterVersion
- The Kubernetes version for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterType
The type of cluster this version is for.
- Parameters:
clusterType
- The type of cluster this version is for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultPlatformVersion
Default platform version for this Kubernetes version.
- Parameters:
defaultPlatformVersion
- Default platform version for this Kubernetes version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultVersion
Indicates if this is a default version.
- Parameters:
defaultVersion
- Indicates if this is a default version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
releaseDate
The release date of this cluster version.
- Parameters:
releaseDate
- The release date of this cluster version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endOfStandardSupportDate
Date when standard support ends for this version.
- Parameters:
endOfStandardSupportDate
- Date when standard support ends for this version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endOfExtendedSupportDate
Date when extended support ends for this version.
- Parameters:
endOfExtendedSupportDate
- Date when extended support ends for this version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
This field is deprecated. Use
versionStatus
instead, as that field matches for input and output of this action.Current status of this cluster version.
- Parameters:
status
-This field is deprecated. Use
versionStatus
instead, as that field matches for input and output of this action.Current status of this cluster version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
This field is deprecated. Use
versionStatus
instead, as that field matches for input and output of this action.Current status of this cluster version.
- Parameters:
status
-This field is deprecated. Use
versionStatus
instead, as that field matches for input and output of this action.Current status of this cluster version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
versionStatus
Current status of this cluster version.
- Parameters:
versionStatus
- Current status of this cluster version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
versionStatus
Current status of this cluster version.
- Parameters:
versionStatus
- Current status of this cluster version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
kubernetesPatchVersion
The patch version of Kubernetes for this cluster version.
- Parameters:
kubernetesPatchVersion
- The patch version of Kubernetes for this cluster version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-