@Stability(value=Stable) public static final class CfnEntityTypeProps.Builder extends Object implements software.amazon.jsii.Builder<CfnEntityTypeProps>
CfnEntityTypeProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEntityTypeProps |
build()
Builds the configured instance.
|
CfnEntityTypeProps.Builder |
description(String description)
Sets the value of
CfnEntityTypeProps.getDescription() |
CfnEntityTypeProps.Builder |
name(String name)
Sets the value of
CfnEntityTypeProps.getName() |
CfnEntityTypeProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnEntityTypeProps.getTags() |
@Stability(value=Stable) public CfnEntityTypeProps.Builder name(String name)
CfnEntityTypeProps.getName()name - `AWS::FraudDetector::EntityType.Name`. This parameter is required.this@Stability(value=Stable) public CfnEntityTypeProps.Builder description(String description)
CfnEntityTypeProps.getDescription()description - `AWS::FraudDetector::EntityType.Description`.this@Stability(value=Stable) public CfnEntityTypeProps.Builder tags(List<? extends CfnTag> tags)
CfnEntityTypeProps.getTags()tags - `AWS::FraudDetector::EntityType.Tags`.this@Stability(value=Stable) public CfnEntityTypeProps build()
build in interface software.amazon.jsii.Builder<CfnEntityTypeProps>CfnEntityTypePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.