Class CfnRegistryPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.eventschemas.CfnRegistryPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRegistryPropsMixin>
- Enclosing class:
CfnRegistryPropsMixin
@Stability(Stable)
public static final class CfnRegistryPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRegistryPropsMixin>
A fluent builder for
CfnRegistryPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) A description of the registry to be created.registryName(String registryName) The name of the schema registry.registryName(IRegistryPolicyRef registryName) The name of the schema registry.tags(List<? extends CfnRegistryPropsMixin.TagsEntryProperty> tags) Tags to associate with the registry.
-
Method Details
-
create
@Stability(Stable) public static CfnRegistryPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnRegistryPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnRegistryPropsMixin.Builder.
-
description
A description of the registry to be created.- Parameters:
description- A description of the registry to be created. This parameter is required.- Returns:
this- See Also:
-
registryName
The name of the schema registry.- Parameters:
registryName- The name of the schema registry. This parameter is required.- Returns:
this- See Also:
-
registryName
@Stability(Stable) public CfnRegistryPropsMixin.Builder registryName(IRegistryPolicyRef registryName) The name of the schema registry.- Parameters:
registryName- The name of the schema registry. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnRegistryPropsMixin.Builder tags(List<? extends CfnRegistryPropsMixin.TagsEntryProperty> tags) Tags to associate with the registry.- Parameters:
tags- Tags to associate with the registry. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRegistryPropsMixin>- Returns:
- a newly built instance of
CfnRegistryPropsMixin.
-