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 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 #addOrUpdateTaints(List) .addOrUpdateTaints - a consumer that will call methods on List.Builder #addOrUpdateTaints(List) 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 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 #removeTaints(List) .removeTaints - a consumer that will call methods on List.Builder #removeTaints(List) Copyright © 2021. All rights reserved.