@Stability(value=Stable) public static final class CfnCollection.Builder extends Object implements software.amazon.jsii.Builder<CfnCollection>
CfnCollection.| Modifier and Type | Method and Description |
|---|---|
CfnCollection |
build() |
CfnCollection.Builder |
collectionId(String collectionId)
ID for the collection that you are creating.
|
static CfnCollection.Builder |
create(software.constructs.Construct scope,
String id) |
CfnCollection.Builder |
tags(List<? extends CfnTag> tags)
A set of tags (key-value pairs) that you want to attach to the collection.
|
@Stability(value=Stable) public static CfnCollection.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.CfnCollection.Builder.@Stability(value=Stable) public CfnCollection.Builder collectionId(String collectionId)
collectionId - ID for the collection that you are creating. This parameter is required.this@Stability(value=Stable) public CfnCollection.Builder tags(List<? extends CfnTag> tags)
tags - A set of tags (key-value pairs) that you want to attach to the collection. This parameter is required.this@Stability(value=Stable) public CfnCollection build()
build in interface software.amazon.jsii.Builder<CfnCollection>Copyright © 2022. All rights reserved.