Interface Compatibility.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Compatibility.Builder,,Compatibility> SdkBuilder<Compatibility.Builder,,Compatibility> SdkPojo
- Enclosing class:
 Compatibility
@Mutable
@NotThreadSafe
public static interface Compatibility.Builder
extends SdkPojo, CopyableBuilder<Compatibility.Builder,Compatibility> 
- 
Method Summary
Modifier and TypeMethodDescriptionclusterVersion(String clusterVersion) The supported Kubernetes version of the cluster.defaultVersion(Boolean defaultVersion) The supported default version.platformVersions(String... platformVersions) The supported compute platform.platformVersions(Collection<String> platformVersions) The supported compute platform.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
clusterVersion
The supported Kubernetes version of the cluster.
- Parameters:
 clusterVersion- The supported Kubernetes version of the cluster.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
platformVersions
The supported compute platform.
- Parameters:
 platformVersions- The supported compute platform.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
platformVersions
The supported compute platform.
- Parameters:
 platformVersions- The supported compute platform.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
defaultVersion
The supported default version.
- Parameters:
 defaultVersion- The supported default version.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -