public static final class CfnRegistry.Builder
extends java.lang.Object
CfnRegistry
.Modifier and Type | Method and Description |
---|---|
CfnRegistry |
build() |
static CfnRegistry.Builder |
create(Construct scope,
java.lang.String id) |
CfnRegistry.Builder |
description(java.lang.String description)
A description of the registry to be created.
|
CfnRegistry.Builder |
registryName(java.lang.String registryName)
The name of the schema registry.
|
CfnRegistry.Builder |
tags(java.util.List<? extends CfnRegistry.TagsEntryProperty> tags)
Tags to associate with the registry.
|
public static CfnRegistry.Builder create(Construct scope, java.lang.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
.public CfnRegistry.Builder description(java.lang.String description)
description
- A description of the registry to be created. This parameter is required.this
public CfnRegistry.Builder registryName(java.lang.String registryName)
registryName
- The name of the schema registry. This parameter is required.this
public CfnRegistry.Builder tags(java.util.List<? extends CfnRegistry.TagsEntryProperty> tags)
tags
- Tags to associate with the registry. This parameter is required.this
public CfnRegistry build()