@Stability(value=Stable) public static final class CfnCollectionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnCollectionProps>
CfnCollectionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCollectionProps |
build()
Builds the configured instance.
|
CfnCollectionProps.Builder |
collectionId(String collectionId)
Sets the value of
CfnCollectionProps.getCollectionId() |
CfnCollectionProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnCollectionProps.getTags() |
@Stability(value=Stable) public CfnCollectionProps.Builder collectionId(String collectionId)
CfnCollectionProps.getCollectionId()collectionId - ID for the collection that you are creating. This parameter is required.this@Stability(value=Stable) public CfnCollectionProps.Builder tags(List<? extends CfnTag> tags)
CfnCollectionProps.getTags()tags - A set of tags (key-value pairs) that you want to attach to the collection.this@Stability(value=Stable) public CfnCollectionProps build()
build in interface software.amazon.jsii.Builder<CfnCollectionProps>CfnCollectionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.