Interface UpdateTaintsPayload.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateTaintsPayload.Builder,
,UpdateTaintsPayload> SdkBuilder<UpdateTaintsPayload.Builder,
,UpdateTaintsPayload> SdkPojo
- Enclosing class:
UpdateTaintsPayload
public static interface UpdateTaintsPayload.Builder
extends SdkPojo, CopyableBuilder<UpdateTaintsPayload.Builder,UpdateTaintsPayload>
-
Method Summary
Modifier and TypeMethodDescriptionaddOrUpdateTaints
(Collection<Taint> addOrUpdateTaints) Kubernetes taints to be added or updated.addOrUpdateTaints
(Consumer<Taint.Builder>... addOrUpdateTaints) Kubernetes taints to be added or updated.addOrUpdateTaints
(Taint... addOrUpdateTaints) Kubernetes taints to be added or updated.removeTaints
(Collection<Taint> removeTaints) Kubernetes taints to remove.removeTaints
(Consumer<Taint.Builder>... removeTaints) Kubernetes taints to remove.removeTaints
(Taint... removeTaints) Kubernetes taints to remove.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
addOrUpdateTaints
Kubernetes taints to be added or updated.
- Parameters:
addOrUpdateTaints
- Kubernetes taints to be added or updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addOrUpdateTaints
Kubernetes taints to be added or updated.
- Parameters:
addOrUpdateTaints
- Kubernetes taints to be added or updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaTaint.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toaddOrUpdateTaints(List<Taint>)
.- Parameters:
addOrUpdateTaints
- a consumer that will call methods onTaint.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
removeTaints
Kubernetes taints to remove.
- Parameters:
removeTaints
- Kubernetes taints to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
removeTaints
Kubernetes taints to remove.
- Parameters:
removeTaints
- Kubernetes taints to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
removeTaints
Kubernetes taints to remove.
This is a convenience method that creates an instance of theTaint.Builder
avoiding the need to create one manually viaTaint.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toremoveTaints(List<Taint>)
.- Parameters:
removeTaints
- a consumer that will call methods onTaint.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-