@Stability(value=Experimental) public static final class PluginExecution.Builder extends Object implements software.amazon.jsii.Builder<PluginExecution>
PluginExecution| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PluginExecution |
build()
Builds the configured instance.
|
PluginExecution.Builder |
goals(List<String> goals)
Sets the value of
PluginExecution.getGoals() |
PluginExecution.Builder |
id(String id)
Sets the value of
PluginExecution.getId() |
@Stability(value=Experimental) public PluginExecution.Builder goals(List<String> goals)
PluginExecution.getGoals()goals - Which Maven goals this plugin should be associated with. This parameter is required.this@Stability(value=Experimental) public PluginExecution.Builder id(String id)
PluginExecution.getId()id - The ID. This parameter is required.this@Stability(value=Experimental) public PluginExecution build()
build in interface software.amazon.jsii.Builder<PluginExecution>PluginExecutionNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.