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 theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #issues(List) .issues - a consumer that will call methods on List.Builder #issues(List) Copyright © 2022. All rights reserved.