Class CfnRegistryMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnRegistryMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRegistryMixinProps>
- Enclosing interface:
CfnRegistryMixinProps
@Stability(Stable)
public static final class CfnRegistryMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRegistryMixinProps>
A builder for
CfnRegistryMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnRegistryMixinProps.getDescription()Sets the value ofCfnRegistryMixinProps.getName()Sets the value ofCfnRegistryMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnRegistryMixinProps.getDescription()- Parameters:
description- A description of the registry.- Returns:
this
-
name
Sets the value ofCfnRegistryMixinProps.getName()- Parameters:
name- The name of the registry.- Returns:
this
-
tags
Sets the value ofCfnRegistryMixinProps.getTags()- Parameters:
tags- AWS tags that contain a key value pair and may be searched by console, command line, or API.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRegistryMixinProps>- Returns:
- a new instance of
CfnRegistryMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-