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 local Amazon EKS cluster on an Amazon Web Services Outpost.issues
(Consumer<ClusterIssue.Builder>... issues) An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.issues
(ClusterIssue... issues) An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.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 local Amazon EKS cluster on an Amazon Web Services Outpost.
- Parameters:
issues
- An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
issues
An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.
- Parameters:
issues
- An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 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:
-