@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2023-01-03T16:22:40.633Z") @Stability(value=Stable) public interface GlueDataBrewStartJobRunProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
Example:
GlueDataBrewStartJobRun.Builder.create(this, "Task")
.name("databrew-job")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
GlueDataBrewStartJobRunProps.Builder
A builder for
GlueDataBrewStartJobRunProps |
static class |
GlueDataBrewStartJobRunProps.Jsii$Proxy
An implementation for
GlueDataBrewStartJobRunProps |
| Modifier and Type | Method and Description |
|---|---|
static GlueDataBrewStartJobRunProps.Builder |
builder() |
String |
getName()
Glue DataBrew Job to run.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getResultSelector, getTimeout@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) static GlueDataBrewStartJobRunProps.Builder builder()
builder in interface TaskStateBasePropsGlueDataBrewStartJobRunProps.Builder of GlueDataBrewStartJobRunPropsCopyright © 2023. All rights reserved.