Class CfnRegistryPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.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.The name of the registry.AWS tags that contain a key value pair and may be searched by console, command line, or API.
-
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.- Parameters:
description- A description of the registry. This parameter is required.- Returns:
this- See Also:
-
name
The name of the registry.- Parameters:
name- The name of the registry. This parameter is required.- Returns:
this- See Also:
-
tags
AWS tags that contain a key value pair and may be searched by console, command line, or API.- Parameters:
tags- AWS tags that contain a key value pair and may be searched by console, command line, or API. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRegistryPropsMixin>- Returns:
- a newly built instance of
CfnRegistryPropsMixin.
-