@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 - The name of the registry. This parameter is required.this@Stability(value=Stable) public CfnRegistryProps.Builder description(String description)
CfnRegistryProps.getDescription()description - A description of the registry.this@Stability(value=Stable) public CfnRegistryProps.Builder tags(List<? extends CfnTag> tags)
CfnRegistryProps.getTags()tags - AWS tags that contain a key value pair and may be searched by console, command line, or API.this@Stability(value=Stable) public CfnRegistryProps build()
build in interface software.amazon.jsii.Builder<CfnRegistryProps>CfnRegistryPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.