| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Bundle |
build()
Builds the configured instance.
|
Bundle.Builder |
bundleTask(Task bundleTask)
Sets the value of
Bundle.getBundleTask() |
Bundle.Builder |
outfile(String outfile)
Sets the value of
Bundle.getOutfile() |
Bundle.Builder |
watchTask(Task watchTask)
Sets the value of
Bundle.getWatchTask() |
@Stability(value=Experimental) public Bundle.Builder bundleTask(Task bundleTask)
Bundle.getBundleTask()bundleTask - The task that produces this bundle. This parameter is required.this@Stability(value=Experimental) public Bundle.Builder outfile(String outfile)
Bundle.getOutfile()outfile - Location of the output file (relative to project root). This parameter is required.this@Stability(value=Experimental) public Bundle.Builder watchTask(Task watchTask)
Bundle.getWatchTask()watchTask - The "watch" task for this bundle.this@Stability(value=Experimental) public Bundle build()
build in interface software.amazon.jsii.Builder<Bundle>BundleNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.