@Stability(value=Experimental) public static final class LocalBackendProps.Builder extends Object implements software.amazon.jsii.Builder<LocalBackendProps>
LocalBackendProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LocalBackendProps |
build()
Builds the configured instance.
|
LocalBackendProps.Builder |
path(String path)
Sets the value of
LocalBackendProps.getPath() |
LocalBackendProps.Builder |
workspaceDir(String workspaceDir)
Sets the value of
LocalBackendProps.getWorkspaceDir() |
@Stability(value=Experimental) public LocalBackendProps.Builder path(String path)
LocalBackendProps.getPath()
path
- the value to be set.this
@Stability(value=Experimental) public LocalBackendProps.Builder workspaceDir(String workspaceDir)
LocalBackendProps.getWorkspaceDir()
workspaceDir
- the value to be set.this
@Stability(value=Experimental) public LocalBackendProps build()
build
in interface software.amazon.jsii.Builder<LocalBackendProps>
LocalBackendProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.