@Stability(value=Stable)
public static interface CfnFindingsFilter.FindingsFilterListItemProperty
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.macie.*;
FindingsFilterListItemProperty findingsFilterListItemProperty = FindingsFilterListItemProperty.builder()
.id("id")
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFindingsFilter.FindingsFilterListItemProperty.Builder
A builder for
CfnFindingsFilter.FindingsFilterListItemProperty |
static class |
CfnFindingsFilter.FindingsFilterListItemProperty.Jsii$Proxy
An implementation for
CfnFindingsFilter.FindingsFilterListItemProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFindingsFilter.FindingsFilterListItemProperty.Builder |
builder() |
default String |
getId()
The unique identifier for the findings filter.
|
default String |
getName()
The custom name of the findings filter.
|
@Stability(value=Stable) @Nullable default String getId()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnFindingsFilter.FindingsFilterListItemProperty.Builder builder()
Copyright © 2022. All rights reserved.