Uses of Interface
software.amazon.awssdk.services.finspace.model.KxAttachedCluster.Builder
-
Packages that use KxAttachedCluster.Builder Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxAttachedCluster.Builder in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return KxAttachedCluster.Builder Modifier and Type Method Description static KxAttachedCluster.BuilderKxAttachedCluster. builder()KxAttachedCluster.BuilderKxAttachedCluster.Builder. clusterName(String clusterName)A unique name for the attached cluster.KxAttachedCluster.BuilderKxAttachedCluster.Builder. clusterStatus(String clusterStatus)The status of the attached cluster.KxAttachedCluster.BuilderKxAttachedCluster.Builder. clusterStatus(KxClusterStatus clusterStatus)The status of the attached cluster.KxAttachedCluster.BuilderKxAttachedCluster.Builder. clusterType(String clusterType)Specifies the type of cluster.KxAttachedCluster.BuilderKxAttachedCluster.Builder. clusterType(KxClusterType clusterType)Specifies the type of cluster.KxAttachedCluster.BuilderKxAttachedCluster. toBuilder()Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxAttachedCluster.Builder Modifier and Type Method Description static Class<? extends KxAttachedCluster.Builder>KxAttachedCluster. serializableBuilderClass()
-