@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.449Z") @Stability(value=Experimental) public interface TaskStepOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
TaskStepOptions.Builder
A builder for
TaskStepOptions |
static class |
TaskStepOptions.Jsii$Proxy
An implementation for
TaskStepOptions |
| Modifier and Type | Method and Description |
|---|---|
static TaskStepOptions.Builder |
builder() |
default String |
getCwd()
(experimental) The working directory for this step.
|
default String |
getName()
(experimental) Step name.
|
@Stability(value=Experimental) @Nullable default String getCwd()
Default: - determined by the task
@Stability(value=Experimental) @Nullable default String getName()
Default: - no name
@Stability(value=Experimental) static TaskStepOptions.Builder builder()
TaskStepOptions.Builder of TaskStepOptionsCopyright © 2021. All rights reserved.