@Stability(value=Stable)
public static interface CfnEventDataStore.AdvancedFieldSelectorProperty
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.cloudtrail.*;
AdvancedFieldSelectorProperty advancedFieldSelectorProperty = AdvancedFieldSelectorProperty.builder()
.field("field")
// the properties below are optional
.endsWith(List.of("endsWith"))
.equalTo(List.of("equalTo"))
.notEndsWith(List.of("notEndsWith"))
.notEquals(List.of("notEquals"))
.notStartsWith(List.of("notStartsWith"))
.startsWith(List.of("startsWith"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEventDataStore.AdvancedFieldSelectorProperty.Builder
A builder for
CfnEventDataStore.AdvancedFieldSelectorProperty |
static class |
CfnEventDataStore.AdvancedFieldSelectorProperty.Jsii$Proxy
An implementation for
CfnEventDataStore.AdvancedFieldSelectorProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEventDataStore.AdvancedFieldSelectorProperty.Builder |
builder() |
default List<String> |
getEndsWith()
`CfnEventDataStore.AdvancedFieldSelectorProperty.EndsWith`.
|
default List<String> |
getEqualTo()
`CfnEventDataStore.AdvancedFieldSelectorProperty.Equals`.
|
String |
getField()
`CfnEventDataStore.AdvancedFieldSelectorProperty.Field`.
|
default List<String> |
getNotEndsWith()
`CfnEventDataStore.AdvancedFieldSelectorProperty.NotEndsWith`.
|
default List<String> |
getNotEquals()
`CfnEventDataStore.AdvancedFieldSelectorProperty.NotEquals`.
|
default List<String> |
getNotStartsWith()
`CfnEventDataStore.AdvancedFieldSelectorProperty.NotStartsWith`.
|
default List<String> |
getStartsWith()
`CfnEventDataStore.AdvancedFieldSelectorProperty.StartsWith`.
|
@Stability(value=Stable) @NotNull String getField()
@Stability(value=Stable) @Nullable default List<String> getEndsWith()
@Stability(value=Stable) @Nullable default List<String> getEqualTo()
@Stability(value=Stable) @Nullable default List<String> getNotEndsWith()
@Stability(value=Stable) @Nullable default List<String> getNotEquals()
@Stability(value=Stable) @Nullable default List<String> getNotStartsWith()
@Stability(value=Stable) @Nullable default List<String> getStartsWith()
@Stability(value=Stable) static CfnEventDataStore.AdvancedFieldSelectorProperty.Builder builder()
Copyright © 2022. All rights reserved.