Uses of Interface
software.amazon.awssdk.services.eks.model.ClusterHealth.Builder
-
Packages that use ClusterHealth.Builder Package Description software.amazon.awssdk.services.eks.model -
-
Uses of ClusterHealth.Builder in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return ClusterHealth.Builder Modifier and Type Method Description static ClusterHealth.BuilderClusterHealth. builder()ClusterHealth.BuilderClusterHealth.Builder. issues(Collection<ClusterIssue> issues)An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.ClusterHealth.BuilderClusterHealth.Builder. issues(Consumer<ClusterIssue.Builder>... issues)An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.ClusterHealth.BuilderClusterHealth.Builder. issues(ClusterIssue... issues)An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.ClusterHealth.BuilderClusterHealth. toBuilder()Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type ClusterHealth.Builder Modifier and Type Method Description static Class<? extends ClusterHealth.Builder>ClusterHealth. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type ClusterHealth.Builder Modifier and Type Method Description default Cluster.BuilderCluster.Builder. health(Consumer<ClusterHealth.Builder> health)An object representing the health of your local Amazon EKS cluster on an Amazon Web Services Outpost.
-