@Stability(value=Stable)
public static interface CfnDataCellsFilter.ColumnWildcardProperty
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.*;
ColumnWildcardProperty columnWildcardProperty = ColumnWildcardProperty.builder()
.excludedColumnNames(List.of("excludedColumnNames"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataCellsFilter.ColumnWildcardProperty.Builder
A builder for
CfnDataCellsFilter.ColumnWildcardProperty |
static class |
CfnDataCellsFilter.ColumnWildcardProperty.Jsii$Proxy
An implementation for
CfnDataCellsFilter.ColumnWildcardProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataCellsFilter.ColumnWildcardProperty.Builder |
builder() |
default List<String> |
getExcludedColumnNames()
`CfnDataCellsFilter.ColumnWildcardProperty.ExcludedColumnNames`.
|
@Stability(value=Stable) @Nullable default List<String> getExcludedColumnNames()
@Stability(value=Stable) static CfnDataCellsFilter.ColumnWildcardProperty.Builder builder()
Copyright © 2022. All rights reserved.