Class CfnProjectPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.rekognition.CfnProjectPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProjectPropsMixin>
- Enclosing class:
CfnProjectPropsMixin
@Stability(Stable)
public static final class CfnProjectPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProjectPropsMixin>
A fluent builder for
CfnProjectPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnProjectPropsMixin.Buildercreate()static CfnProjectPropsMixin.Buildercreate(CfnPropertyMixinOptions options) projectName(String projectName) The name of the project to create.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnProjectPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnProjectPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnProjectPropsMixin.Builder.
-
projectName
The name of the project to create.- Parameters:
projectName- The name of the project to create. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProjectPropsMixin>- Returns:
- a newly built instance of
CfnProjectPropsMixin.
-