Interface CfnLink.FilterCriterionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLink.FilterCriterionProperty.Jsii$Proxy
- Enclosing class:
CfnLink
@Stability(Stable)
public static interface CfnLink.FilterCriterionProperty
extends software.amazon.jsii.JsiiSerializable
Describes the criteria for a filter.
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.rtbfabric.*;
FilterCriterionProperty filterCriterionProperty = FilterCriterionProperty.builder()
.path("path")
.values(List.of("values"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLink.FilterCriterionPropertystatic final classAn implementation forCfnLink.FilterCriterionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPath
The path to filter.- See Also:
-
getValues
The value to filter.- See Also:
-
builder
-