Interface ClusterHealth.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusterHealth.Builder,
,ClusterHealth> SdkBuilder<ClusterHealth.Builder,
,ClusterHealth> SdkPojo
- Enclosing class:
ClusterHealth
public static interface ClusterHealth.Builder
extends SdkPojo, CopyableBuilder<ClusterHealth.Builder,ClusterHealth>
-
Method Summary
Modifier and TypeMethodDescriptionissues
(Collection<ClusterIssue> issues) An object representing the health issues of your Amazon EKS cluster.issues
(Consumer<ClusterIssue.Builder>... issues) An object representing the health issues of your Amazon EKS cluster.issues
(ClusterIssue... issues) An object representing the health issues of your Amazon EKS cluster.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, sdkFields
-
Method Details
-
issues
An object representing the health issues of your Amazon EKS cluster.
- Parameters:
issues
- An object representing the health issues of your Amazon EKS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
issues
An object representing the health issues of your Amazon EKS cluster.
- Parameters:
issues
- An object representing the health issues of your Amazon EKS cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
issues
An object representing the health issues of your Amazon EKS cluster.
This is a convenience method that creates an instance of theClusterIssue.Builder
avoiding the need to create one manually viaClusterIssue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toissues(List<ClusterIssue>)
.- Parameters:
issues
- a consumer that will call methods onClusterIssue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-