@Stability(value=Experimental) public static final class LocalBackendConfig.Builder extends Object implements software.amazon.jsii.Builder<LocalBackendConfig>
LocalBackendConfig
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LocalBackendConfig |
build()
Builds the configured instance.
|
LocalBackendConfig.Builder |
path(String path)
Sets the value of
LocalBackendConfig.getPath() |
LocalBackendConfig.Builder |
workspaceDir(String workspaceDir)
Sets the value of
LocalBackendConfig.getWorkspaceDir() |
@Stability(value=Experimental) public LocalBackendConfig.Builder path(String path)
LocalBackendConfig.getPath()
path
- Path where the state file is stored.this
@Stability(value=Experimental) public LocalBackendConfig.Builder workspaceDir(String workspaceDir)
LocalBackendConfig.getWorkspaceDir()
workspaceDir
- (Optional) The path to non-default workspaces.this
@Stability(value=Experimental) public LocalBackendConfig build()
build
in interface software.amazon.jsii.Builder<LocalBackendConfig>
LocalBackendConfig
NullPointerException
- if any required attribute was not providedCopyright © 2023. All rights reserved.