@Stability(value=Stable)
public static interface CfnPipeline.FilterProperty
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.iotanalytics.*;
FilterProperty filterProperty = FilterProperty.builder()
.filter("filter")
.name("name")
// the properties below are optional
.next("next")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPipeline.FilterProperty.Builder
A builder for
CfnPipeline.FilterProperty |
static class |
CfnPipeline.FilterProperty.Jsii$Proxy
An implementation for
CfnPipeline.FilterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPipeline.FilterProperty.Builder |
builder() |
String |
getFilter()
An expression that looks like an SQL WHERE clause that must return a Boolean value.
|
String |
getName()
The name of the 'filter' activity.
|
default String |
getNext()
The next activity in the pipeline.
|
@Stability(value=Stable) @NotNull String getFilter()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getNext()
@Stability(value=Stable) static CfnPipeline.FilterProperty.Builder builder()
CfnPipeline.FilterProperty.Builder of CfnPipeline.FilterPropertyCopyright © 2022. All rights reserved.