Class CfnSchema.RegistryProperty.Builder
java.lang.Object
software.amazon.awscdk.services.glue.CfnSchema.RegistryProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSchema.RegistryProperty>
- Enclosing interface:
CfnSchema.RegistryProperty
@Stability(Stable)
public static final class CfnSchema.RegistryProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSchema.RegistryProperty>
A builder for
CfnSchema.RegistryProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnSchema.RegistryProperty.getArn()
build()
Builds the configured instance.Sets the value ofCfnSchema.RegistryProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
Sets the value ofCfnSchema.RegistryProperty.getArn()
- Parameters:
arn
- The Amazon Resource Name (ARN) of the registry.- Returns:
this
-
name
Sets the value ofCfnSchema.RegistryProperty.getName()
- Parameters:
name
- The name of the registry.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnSchema.RegistryProperty>
- Returns:
- a new instance of
CfnSchema.RegistryProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-