@Stability(value=Stable)
public static interface CfnDataCellsFilter.RowFilterProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lakeformation.*;
Object allRowsWildcard;
RowFilterProperty rowFilterProperty = RowFilterProperty.builder()
.allRowsWildcard(allRowsWildcard)
.filterExpression("filterExpression")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataCellsFilter.RowFilterProperty.Builder
A builder for
CfnDataCellsFilter.RowFilterProperty |
static class |
CfnDataCellsFilter.RowFilterProperty.Jsii$Proxy
An implementation for
CfnDataCellsFilter.RowFilterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataCellsFilter.RowFilterProperty.Builder |
builder() |
default Object |
getAllRowsWildcard()
`CfnDataCellsFilter.RowFilterProperty.AllRowsWildcard`.
|
default String |
getFilterExpression()
`CfnDataCellsFilter.RowFilterProperty.FilterExpression`.
|
@Stability(value=Stable) @Nullable default Object getAllRowsWildcard()
@Stability(value=Stable) @Nullable default String getFilterExpression()
@Stability(value=Stable) static CfnDataCellsFilter.RowFilterProperty.Builder builder()
Copyright © 2022. All rights reserved.