@Stability(value=Stable) public static final class CfnRegistryProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRegistryProps>
CfnRegistryProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRegistryProps |
build()
Builds the configured instance.
|
CfnRegistryProps.Builder |
description(String description)
Sets the value of
CfnRegistryProps.getDescription() |
CfnRegistryProps.Builder |
name(String name)
Sets the value of
CfnRegistryProps.getName() |
CfnRegistryProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnRegistryProps.getTags() |
@Stability(value=Stable) public CfnRegistryProps.Builder name(String name)
CfnRegistryProps.getName()name - `AWS::Glue::Registry.Name`. This parameter is required.this@Stability(value=Stable) public CfnRegistryProps.Builder description(String description)
CfnRegistryProps.getDescription()description - `AWS::Glue::Registry.Description`.this@Stability(value=Stable) public CfnRegistryProps.Builder tags(List<? extends CfnTag> tags)
CfnRegistryProps.getTags()tags - `AWS::Glue::Registry.Tags`.this@Stability(value=Stable) public CfnRegistryProps build()
build in interface software.amazon.jsii.Builder<CfnRegistryProps>CfnRegistryPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.