Class CfnDataCellsFilter.RowFilterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.lakeformation.CfnDataCellsFilter.RowFilterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataCellsFilter.RowFilterProperty>
- Enclosing interface:
CfnDataCellsFilter.RowFilterProperty
@Stability(Stable)
public static final class CfnDataCellsFilter.RowFilterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataCellsFilter.RowFilterProperty>
A builder for
CfnDataCellsFilter.RowFilterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallRowsWildcard(Object allRowsWildcard) Sets the value ofCfnDataCellsFilter.RowFilterProperty.getAllRowsWildcard()build()Builds the configured instance.filterExpression(String filterExpression) Sets the value ofCfnDataCellsFilter.RowFilterProperty.getFilterExpression()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allRowsWildcard
@Stability(Stable) public CfnDataCellsFilter.RowFilterProperty.Builder allRowsWildcard(Object allRowsWildcard) Sets the value ofCfnDataCellsFilter.RowFilterProperty.getAllRowsWildcard()- Parameters:
allRowsWildcard- A wildcard for all rows.- Returns:
this
-
filterExpression
@Stability(Stable) public CfnDataCellsFilter.RowFilterProperty.Builder filterExpression(String filterExpression) Sets the value ofCfnDataCellsFilter.RowFilterProperty.getFilterExpression()- Parameters:
filterExpression- A filter expression.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataCellsFilter.RowFilterProperty>- Returns:
- a new instance of
CfnDataCellsFilter.RowFilterProperty - Throws:
NullPointerException- if any required attribute was not provided
-