Interface IsNullExpression.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IsNullExpression.Builder,IsNullExpression>,SdkBuilder<IsNullExpression.Builder,IsNullExpression>,SdkPojo
- Enclosing class:
- IsNullExpression
public static interface IsNullExpression.Builder extends SdkPojo, CopyableBuilder<IsNullExpression.Builder,IsNullExpression>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IsNullExpression.BuildercolumnName(String columnName)The name of the column.-
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 Detail
-
columnName
IsNullExpression.Builder columnName(String columnName)
The name of the column.
- Parameters:
columnName- The name of the column.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-