Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.eventschemas.CfnRegistryPropsMixin.Builder
Packages that use CfnRegistryPropsMixin.Builder
-
Uses of CfnRegistryPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.eventschemas
Methods in software.amazon.awscdk.cfnpropertymixins.services.eventschemas that return CfnRegistryPropsMixin.BuilderModifier and TypeMethodDescriptionCfnRegistryPropsMixin.Builder.create()CfnRegistryPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnRegistryPropsMixin.Builder.description(String description) A description of the registry to be created.CfnRegistryPropsMixin.Builder.registryName(String registryName) The name of the schema registry.CfnRegistryPropsMixin.Builder.registryName(IRegistryPolicyRef registryName) The name of the schema registry.CfnRegistryPropsMixin.Builder.tags(List<? extends CfnRegistryPropsMixin.TagsEntryProperty> tags) Tags to associate with the registry.