Interface IsNotNullExpression.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IsNotNullExpression.Builder,IsNotNullExpression>,SdkBuilder<IsNotNullExpression.Builder,IsNotNullExpression>,SdkPojo
- Enclosing class:
- IsNotNullExpression
public static interface IsNotNullExpression.Builder extends SdkPojo, CopyableBuilder<IsNotNullExpression.Builder,IsNotNullExpression>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IsNotNullExpression.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
IsNotNullExpression.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.
-
-