@Stability(value=Experimental) public static final class InitProject.Builder extends Object implements software.amazon.jsii.Builder<InitProject>
InitProject| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
InitProject.Builder |
args(Map<String,? extends Object> args)
Sets the value of
InitProject.getArgs() |
InitProject |
build()
Builds the configured instance.
|
InitProject.Builder |
comments(InitProjectOptionHints comments)
Sets the value of
InitProject.getComments() |
InitProject.Builder |
fqn(String fqn)
Sets the value of
InitProject.getFqn() |
InitProject.Builder |
type(ProjectType type)
Sets the value of
InitProject.getType() |
@Stability(value=Experimental) public InitProject.Builder args(Map<String,? extends Object> args)
InitProject.getArgs()args - Initial arguments passed to `projen new`. This parameter is required.this@Stability(value=Experimental) public InitProject.Builder comments(InitProjectOptionHints comments)
InitProject.getComments()comments - Include commented out options. This parameter is required.
Does not apply to projenrc.json files.this@Stability(value=Experimental) public InitProject.Builder fqn(String fqn)
InitProject.getFqn()fqn - The JSII FQN of the project type. This parameter is required.this@Stability(value=Experimental) public InitProject.Builder type(ProjectType type)
InitProject.getType()type - Project metadata. This parameter is required.this@Stability(value=Experimental) public InitProject build()
build in interface software.amazon.jsii.Builder<InitProject>InitProjectNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.