Interface NodegroupHealth.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NodegroupHealth.Builder,,NodegroupHealth> SdkBuilder<NodegroupHealth.Builder,,NodegroupHealth> SdkPojo
- Enclosing class:
NodegroupHealth
public static interface NodegroupHealth.Builder
extends SdkPojo, CopyableBuilder<NodegroupHealth.Builder,NodegroupHealth>
-
Method Summary
Modifier and TypeMethodDescriptionissues(Collection<Issue> issues) Any issues that are associated with the node group.issues(Consumer<Issue.Builder>... issues) Any issues that are associated with the node group.Any issues that are associated with the node group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
issues
Any issues that are associated with the node group.
- Parameters:
issues- Any issues that are associated with the node group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
issues
Any issues that are associated with the node group.
- Parameters:
issues- Any issues that are associated with the node group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
issues
Any issues that are associated with the node group.
This is a convenience method that creates an instance of theIssue.Builderavoiding the need to create one manually viaIssue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toissues(List<Issue>).- Parameters:
issues- a consumer that will call methods onIssue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-