@Stability(value=Stable) public static final class CfnRegistry.Builder extends Object implements software.amazon.jsii.Builder<CfnRegistry>
CfnRegistry.| Modifier and Type | Method and Description |
|---|---|
CfnRegistry |
build() |
static CfnRegistry.Builder |
create(software.constructs.Construct scope,
String id) |
CfnRegistry.Builder |
description(String description)
A description of the registry.
|
CfnRegistry.Builder |
name(String name)
The name of the registry.
|
CfnRegistry.Builder |
tags(List<? extends CfnTag> tags)
AWS tags that contain a key value pair and may be searched by console, command line, or API.
|
@Stability(value=Stable) public static CfnRegistry.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnRegistry.Builder.@Stability(value=Stable) public CfnRegistry.Builder name(String name)
name - The name of the registry. This parameter is required.this@Stability(value=Stable) public CfnRegistry.Builder description(String description)
description - A description of the registry. This parameter is required.this@Stability(value=Stable) public CfnRegistry.Builder tags(List<? extends CfnTag> tags)
tags - AWS tags that contain a key value pair and may be searched by console, command line, or API. This parameter is required.this@Stability(value=Stable) public CfnRegistry build()
build in interface software.amazon.jsii.Builder<CfnRegistry>Copyright © 2022. All rights reserved.