@Stability(value=Stable) public static final class CfnEntityType.Builder extends Object implements software.amazon.jsii.Builder<CfnEntityType>
CfnEntityType.| Modifier and Type | Method and Description |
|---|---|
CfnEntityType |
build() |
static CfnEntityType.Builder |
create(software.constructs.Construct scope,
String id) |
CfnEntityType.Builder |
description(String description)
The entity type description.
|
CfnEntityType.Builder |
name(String name)
The entity type name.
|
CfnEntityType.Builder |
tags(List<? extends CfnTag> tags)
A key and value pair.
|
@Stability(value=Stable) public static CfnEntityType.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnEntityType.Builder.@Stability(value=Stable) public CfnEntityType.Builder name(String name)
Pattern: ^[0-9a-z_-]+$
name - The entity type name. This parameter is required.this@Stability(value=Stable) public CfnEntityType.Builder description(String description)
description - The entity type description. This parameter is required.this@Stability(value=Stable) public CfnEntityType.Builder tags(List<? extends CfnTag> tags)
tags - A key and value pair. This parameter is required.this@Stability(value=Stable) public CfnEntityType build()
build in interface software.amazon.jsii.Builder<CfnEntityType>Copyright © 2022. All rights reserved.