@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 - The entity type name. This parameter is required.
Pattern: ^[0-9a-z_-]+$this@Stability(value=Stable) public CfnEntityTypeProps.Builder description(String description)
CfnEntityTypeProps.getDescription()description - The entity type description.this@Stability(value=Stable) public CfnEntityTypeProps.Builder tags(List<? extends CfnTag> tags)
CfnEntityTypeProps.getTags()tags - A key and value pair.this@Stability(value=Stable) public CfnEntityTypeProps build()
build in interface software.amazon.jsii.Builder<CfnEntityTypeProps>CfnEntityTypePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.