@Stability(value=Stable)
public static interface CfnDataSet.FilterOperationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
FilterOperationProperty filterOperationProperty = FilterOperationProperty.builder()
.conditionExpression("conditionExpression")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSet.FilterOperationProperty.Builder
A builder for
CfnDataSet.FilterOperationProperty |
static class |
CfnDataSet.FilterOperationProperty.Jsii$Proxy
An implementation for
CfnDataSet.FilterOperationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSet.FilterOperationProperty.Builder |
builder() |
String |
getConditionExpression()
An expression that must evaluate to a Boolean value.
|
@Stability(value=Stable) @NotNull String getConditionExpression()
Rows for which the expression evaluates to true are kept in the dataset.
@Stability(value=Stable) static CfnDataSet.FilterOperationProperty.Builder builder()
Copyright © 2022. All rights reserved.