@Stability(value=Stable) public static final class CfnRegistry.Builder extends Object implements software.amazon.jsii.Builder<CfnRegistry>
CfnRegistry.| Modifier and Type | Method and Description |
|---|---|
CfnRegistry |
build() |
static CfnRegistry.Builder |
create(Construct scope,
String id) |
CfnRegistry.Builder |
description(String description)
`AWS::EventSchemas::Registry.Description`.
|
CfnRegistry.Builder |
registryName(String registryName)
`AWS::EventSchemas::Registry.RegistryName`.
|
CfnRegistry.Builder |
tags(List<? extends CfnRegistry.TagsEntryProperty> tags)
`AWS::EventSchemas::Registry.Tags`.
|
@Stability(value=Stable) public static CfnRegistry.Builder create(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.CfnRegistry.TagsEntryProperty.Builder.@Stability(value=Stable) public CfnRegistry.Builder description(String description)
description - `AWS::EventSchemas::Registry.Description`. This parameter is required.this@Stability(value=Stable) public CfnRegistry.Builder registryName(String registryName)
registryName - `AWS::EventSchemas::Registry.RegistryName`. This parameter is required.this@Stability(value=Stable) public CfnRegistry.Builder tags(List<? extends CfnRegistry.TagsEntryProperty> tags)
tags - `AWS::EventSchemas::Registry.Tags`. This parameter is required.this@Stability(value=Stable) public CfnRegistry build()
build in interface software.amazon.jsii.Builder<CfnRegistry>Copyright © 2021. All rights reserved.