Class CfnCollectionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.rekognition.CfnCollectionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCollectionPropsMixin>
- Enclosing class:
CfnCollectionPropsMixin
@Stability(Stable)
public static final class CfnCollectionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCollectionPropsMixin>
A fluent builder for
CfnCollectionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()collectionId(String collectionId) ID for the collection that you are creating.create()create(CfnPropertyMixinOptions options) A set of tags (key-value pairs) that you want to attach to the collection.
-
Method Details
-
create
@Stability(Stable) public static CfnCollectionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnCollectionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnCollectionPropsMixin.Builder.
-
collectionId
ID for the collection that you are creating.- Parameters:
collectionId- ID for the collection that you are creating. This parameter is required.- Returns:
this- See Also:
-
tags
A set of tags (key-value pairs) that you want to attach to the collection.- Parameters:
tags- A set of tags (key-value pairs) that you want to attach to the collection. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCollectionPropsMixin>- Returns:
- a newly built instance of
CfnCollectionPropsMixin.
-