@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.509Z") @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 © 2022. All rights reserved.