public static interface ClusterHealth.Builder extends SdkPojo, CopyableBuilder<ClusterHealth.Builder,ClusterHealth>
| Modifier and Type | Method and Description |
|---|---|
ClusterHealth.Builder |
issues(ClusterIssue... issues)
An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.
|
ClusterHealth.Builder |
issues(Collection<ClusterIssue> issues)
An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.
|
ClusterHealth.Builder |
issues(Consumer<ClusterIssue.Builder>... issues)
An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClusterHealth.Builder issues(Collection<ClusterIssue> issues)
An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.
issues - An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services
Outpost.ClusterHealth.Builder issues(ClusterIssue... issues)
An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.
issues - An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services
Outpost.ClusterHealth.Builder issues(Consumer<ClusterIssue.Builder>... issues)
An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.
This is a convenience method that creates an instance of theClusterIssue.Builder avoiding the need to create one
manually via ClusterIssue.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #issues(List.
issues - a consumer that will call methods on
ClusterIssue.Builder#issues(java.util.Collection) Copyright © 2023. All rights reserved.