| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Host |
build()
Builds the configured instance.
|
Host.Builder |
sourcePath(String sourcePath)
Sets the value of
Host.getSourcePath() |
@Stability(value=Experimental) public Host.Builder sourcePath(String sourcePath)
Host.getSourcePath()sourcePath - Specifies the path on the host container instance that is presented to the container.
If the sourcePath value does not exist on the host container instance, the Docker daemon creates it.
If the location does exist, the contents of the source path folder are exported.
This property is not supported for tasks that use the Fargate launch type.
this@Stability(value=Experimental) public Host build()
build in interface software.amazon.jsii.Builder<Host>HostNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.