Class CfnProject.Builder
java.lang.Object
software.amazon.awscdk.services.lookoutvision.CfnProject.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProject>
- Enclosing class:
- CfnProject
@Stability(Stable)
public static final class CfnProject.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProject>
A fluent builder for
CfnProject
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnProject.Builder
projectName
(String projectName) The name of the project.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnProject.Builder
.
-
projectName
The name of the project.- Parameters:
projectName
- The name of the project. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnProject>
- Returns:
- a newly built instance of
CfnProject
.
-