@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.561Z") @Stability(value=Stable) public interface CfnCollectionProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.rekognition.*;
CfnCollectionProps cfnCollectionProps = CfnCollectionProps.builder()
.collectionId("collectionId")
// the properties below are optional
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCollectionProps.Builder
A builder for
CfnCollectionProps |
static class |
CfnCollectionProps.Jsii$Proxy
An implementation for
CfnCollectionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnCollectionProps.Builder |
builder() |
String |
getCollectionId()
ID for the collection that you are creating.
|
default List<CfnTag> |
getTags()
A set of tags (key-value pairs) that you want to attach to the collection.
|
@Stability(value=Stable) @NotNull String getCollectionId()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnCollectionProps.Builder builder()
CfnCollectionProps.Builder of CfnCollectionPropsCopyright © 2022. All rights reserved.