public static interface UpdateTaintsPayload.Builder extends SdkPojo, CopyableBuilder<UpdateTaintsPayload.Builder,UpdateTaintsPayload>
| Modifier and Type | Method and Description |
|---|---|
UpdateTaintsPayload.Builder |
addOrUpdateTaints(Collection<Taint> addOrUpdateTaints)
Kubernetes taints to be added or updated.
|
UpdateTaintsPayload.Builder |
addOrUpdateTaints(Consumer<Taint.Builder>... addOrUpdateTaints)
Kubernetes taints to be added or updated.
|
UpdateTaintsPayload.Builder |
addOrUpdateTaints(Taint... addOrUpdateTaints)
Kubernetes taints to be added or updated.
|
UpdateTaintsPayload.Builder |
removeTaints(Collection<Taint> removeTaints)
Kubernetes taints to remove.
|
UpdateTaintsPayload.Builder |
removeTaints(Consumer<Taint.Builder>... removeTaints)
Kubernetes taints to remove.
|
UpdateTaintsPayload.Builder |
removeTaints(Taint... removeTaints)
Kubernetes taints to remove.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTaintsPayload.Builder addOrUpdateTaints(Collection<Taint> addOrUpdateTaints)
Kubernetes taints to be added or updated.
addOrUpdateTaints - Kubernetes taints to be added or updated.UpdateTaintsPayload.Builder addOrUpdateTaints(Taint... addOrUpdateTaints)
Kubernetes taints to be added or updated.
addOrUpdateTaints - Kubernetes taints to be added or updated.UpdateTaintsPayload.Builder addOrUpdateTaints(Consumer<Taint.Builder>... addOrUpdateTaints)
Kubernetes taints to be added or updated.
This is a convenience method that creates an instance of theTaint.Builder avoiding the need to create one manually via
Taint.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #addOrUpdateTaints(List.
addOrUpdateTaints - a consumer that will call methods on Taint.Builder#addOrUpdateTaints(java.util.Collection) UpdateTaintsPayload.Builder removeTaints(Collection<Taint> removeTaints)
Kubernetes taints to remove.
removeTaints - Kubernetes taints to remove.UpdateTaintsPayload.Builder removeTaints(Taint... removeTaints)
Kubernetes taints to remove.
removeTaints - Kubernetes taints to remove.UpdateTaintsPayload.Builder removeTaints(Consumer<Taint.Builder>... removeTaints)
Kubernetes taints to remove.
This is a convenience method that creates an instance of theTaint.Builder avoiding the need to create one manually via
Taint.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #removeTaints(List.
removeTaints - a consumer that will call methods on Taint.Builder#removeTaints(java.util.Collection) Copyright © 2023. All rights reserved.