public static interface NodegroupHealth.Builder extends SdkPojo, CopyableBuilder<NodegroupHealth.Builder,NodegroupHealth>
| Modifier and Type | Method and Description |
|---|---|
NodegroupHealth.Builder |
issues(Collection<Issue> issues)
Any issues that are associated with the node group.
|
NodegroupHealth.Builder |
issues(Consumer<Issue.Builder>... issues)
Any issues that are associated with the node group.
|
NodegroupHealth.Builder |
issues(Issue... issues)
Any issues that are associated with the node group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNodegroupHealth.Builder issues(Collection<Issue> issues)
Any issues that are associated with the node group.
issues - Any issues that are associated with the node group.NodegroupHealth.Builder issues(Issue... issues)
Any issues that are associated with the node group.
issues - Any issues that are associated with the node group.NodegroupHealth.Builder issues(Consumer<Issue.Builder>... issues)
Any issues that are associated with the node group.
This is a convenience method that creates an instance of theIssue.Builder avoiding the need to create one manually via
Issue.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 Issue.Builder#issues(java.util.Collection) Copyright © 2023. All rights reserved.