@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.414Z") @Stability(value=Stable) public interface CfnEntityTypeProps 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.frauddetector.*;
CfnEntityTypeProps cfnEntityTypeProps = CfnEntityTypeProps.builder()
.name("name")
// the properties below are optional
.description("description")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEntityTypeProps.Builder
A builder for
CfnEntityTypeProps |
static class |
CfnEntityTypeProps.Jsii$Proxy
An implementation for
CfnEntityTypeProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnEntityTypeProps.Builder |
builder() |
default String |
getDescription()
The entity type description.
|
String |
getName()
The entity type name.
|
default List<CfnTag> |
getTags()
A key and value pair.
|
@Stability(value=Stable) @NotNull String getName()
Pattern: ^[0-9a-z_-]+$
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) static CfnEntityTypeProps.Builder builder()
CfnEntityTypeProps.Builder of CfnEntityTypePropsCopyright © 2022. All rights reserved.