@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(software.constructs.Construct scope,
String id) |
CfnRegistry.Builder |
description(String description)
A description of the registry to be created.
|
CfnRegistry.Builder |
registryName(String registryName)
The name of the schema registry.
|
CfnRegistry.Builder |
tags(List<? extends CfnRegistry.TagsEntryProperty> tags)
Tags to associate with the registry.
|
@Stability(value=Stable) public static CfnRegistry.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.CfnRegistry.TagsEntryProperty.Builder.@Stability(value=Stable) public CfnRegistry.Builder description(String description)
description - A description of the registry to be created. This parameter is required.this@Stability(value=Stable) public CfnRegistry.Builder registryName(String registryName)
registryName - The name of the schema registry. This parameter is required.this@Stability(value=Stable) public CfnRegistry.Builder tags(List<? extends CfnRegistry.TagsEntryProperty> tags)
tags - Tags to associate with the registry. This parameter is required.this@Stability(value=Stable) public CfnRegistry build()
build in interface software.amazon.jsii.Builder<CfnRegistry>Copyright © 2022. All rights reserved.