Interface IsNullExpression.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<IsNullExpression.Builder,,- IsNullExpression> - SdkBuilder<IsNullExpression.Builder,,- IsNullExpression> - SdkPojo
- Enclosing class:
- IsNullExpression
@Mutable
@NotThreadSafe
public static interface IsNullExpression.Builder
extends SdkPojo, CopyableBuilder<IsNullExpression.Builder,IsNullExpression> 
- 
Method SummaryMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
columnNameThe 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.
 
 
-