Class CfnRegistry.Builder
java.lang.Object
software.amazon.awscdk.services.glue.CfnRegistry.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRegistry>
- Enclosing class:
- CfnRegistry
@Stability(Stable)
public static final class CfnRegistry.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRegistry>
A fluent builder for
CfnRegistry.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnRegistry.Builderdescription(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
- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
- Returns:
- a new instance of
CfnRegistry.Builder.
-
name
The name of the registry.- Parameters:
name- The name of the registry. This parameter is required.- Returns:
this
-
description
A description of the registry.- Parameters:
description- A description of the registry. This parameter is required.- Returns:
this
-
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
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRegistry>- Returns:
- a newly built instance of
CfnRegistry.
-