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 be removed.
|
UpdateTaintsPayload.Builder |
removeTaints(Consumer<Taint.Builder>... removeTaints)
Kubernetes taints to be removed.
|
UpdateTaintsPayload.Builder |
removeTaints(Taint... removeTaints)
Kubernetes taints to be removed.
|
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 be removed.
removeTaints - Kubernetes taints to be removed.UpdateTaintsPayload.Builder removeTaints(Taint... removeTaints)
Kubernetes taints to be removed.
removeTaints - Kubernetes taints to be removed.UpdateTaintsPayload.Builder removeTaints(Consumer<Taint.Builder>... removeTaints)
Kubernetes taints to be removed.
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 © 2022. All rights reserved.