public static final class CfnRegistryProps.Builder
extends java.lang.Object
CfnRegistryProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnRegistryProps |
build()
Builds the configured instance.
|
CfnRegistryProps.Builder |
description(java.lang.String description)
Sets the value of
CfnRegistryProps.getDescription() |
CfnRegistryProps.Builder |
name(java.lang.String name)
Sets the value of
CfnRegistryProps.getName() |
CfnRegistryProps.Builder |
tags(java.util.List<? extends CfnTag> tags)
Sets the value of
CfnRegistryProps.getTags() |
public CfnRegistryProps.Builder name(java.lang.String name)
CfnRegistryProps.getName()
name
- The name of the registry. This parameter is required.this
public CfnRegistryProps.Builder description(java.lang.String description)
CfnRegistryProps.getDescription()
description
- A description of the registry.this
public CfnRegistryProps.Builder tags(java.util.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
public CfnRegistryProps build()
CfnRegistryProps
java.lang.NullPointerException
- if any required attribute was not provided