Interface ClusterKubernetesTaint.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ClusterKubernetesTaint.Builder,,ClusterKubernetesTaint> SdkBuilder<ClusterKubernetesTaint.Builder,,ClusterKubernetesTaint> SdkPojo
- Enclosing class:
ClusterKubernetesTaint
@Mutable
@NotThreadSafe
public static interface ClusterKubernetesTaint.Builder
extends SdkPojo, CopyableBuilder<ClusterKubernetesTaint.Builder,ClusterKubernetesTaint>
-
Method Summary
Modifier and TypeMethodDescriptionThe effect of the taint.effect(ClusterKubernetesTaintEffect effect) The effect of the taint.The key of the taint.The value of the taint.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, sdkFieldNameToField, sdkFields
-
Method Details
-
key
The key of the taint.
- Parameters:
key- The key of the taint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value of the taint.
- Parameters:
value- The value of the taint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
effect
The effect of the taint. Valid values are
NoSchedule,PreferNoSchedule, andNoExecute.- Parameters:
effect- The effect of the taint. Valid values areNoSchedule,PreferNoSchedule, andNoExecute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
effect
The effect of the taint. Valid values are
NoSchedule,PreferNoSchedule, andNoExecute.- Parameters:
effect- The effect of the taint. Valid values areNoSchedule,PreferNoSchedule, andNoExecute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-