Class CfnProjectMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.rekognition.CfnProjectMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProjectMixinProps>
- Enclosing interface:
CfnProjectMixinProps
@Stability(Stable)
public static final class CfnProjectMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProjectMixinProps>
A builder for
CfnProjectMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.projectName(String projectName) Sets the value ofCfnProjectMixinProps.getProjectName()Sets the value ofCfnProjectMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
projectName
Sets the value ofCfnProjectMixinProps.getProjectName()- Parameters:
projectName- The name of the project to create.- Returns:
this
-
tags
Sets the value ofCfnProjectMixinProps.getTags()- Parameters:
tags- An array of key-value pairs to apply to this resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProjectMixinProps>- Returns:
- a new instance of
CfnProjectMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-