@Stability(value=Experimental) public static final class GlueStartJobRunProps.Builder extends Object implements software.amazon.jsii.Builder<GlueStartJobRunProps>
GlueStartJobRunProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Experimental) public GlueStartJobRunProps.Builder glueJobName(String glueJobName)
GlueStartJobRunProps.getGlueJobName()glueJobName - Glue job name. This parameter is required.this@Stability(value=Experimental) public GlueStartJobRunProps.Builder arguments(TaskInput arguments)
GlueStartJobRunProps.getArguments()arguments - The job arguments specifically for this run.
For this job run, they replace the default arguments set in the job
definition itself.this@Stability(value=Experimental) public GlueStartJobRunProps.Builder notifyDelayAfter(Duration notifyDelayAfter)
GlueStartJobRunProps.getNotifyDelayAfter()notifyDelayAfter - After a job run starts, the number of minutes to wait before sending a job run delay notification.
Must be at least 1 minute.this@Stability(value=Experimental) public GlueStartJobRunProps.Builder securityConfiguration(String securityConfiguration)
GlueStartJobRunProps.getSecurityConfiguration()securityConfiguration - The name of the SecurityConfiguration structure to be used with this job run.
This must match the Glue APIthis@Stability(value=Experimental) public GlueStartJobRunProps.Builder comment(String comment)
TaskStateBaseProps.getComment()comment - An optional description for this state.this@Stability(value=Experimental) public GlueStartJobRunProps.Builder heartbeat(Duration heartbeat)
TaskStateBaseProps.getHeartbeat()heartbeat - Timeout for the heartbeat.this@Stability(value=Experimental) public GlueStartJobRunProps.Builder inputPath(String inputPath)
TaskStateBaseProps.getInputPath()inputPath - JSONPath expression to select part of the state to be the input to this state.
May also be the special value JsonPath.DISCARD, which will cause the effective
input to be the empty object {}.this@Stability(value=Experimental) public GlueStartJobRunProps.Builder integrationPattern(IntegrationPattern integrationPattern)
TaskStateBaseProps.getIntegrationPattern()integrationPattern - AWS Step Functions integrates with services directly in the Amazon States Language.
You can control these AWS services using service integration patternsthis@Stability(value=Experimental) public GlueStartJobRunProps.Builder outputPath(String outputPath)
TaskStateBaseProps.getOutputPath()outputPath - JSONPath expression to select select a portion of the state output to pass to the next state.
May also be the special value JsonPath.DISCARD, which will cause the effective
output to be the empty object {}.this@Stability(value=Experimental) public GlueStartJobRunProps.Builder resultPath(String resultPath)
TaskStateBaseProps.getResultPath()resultPath - JSONPath expression to indicate where to inject the state's output.
May also be the special value JsonPath.DISCARD, which will cause the state's
input to become its output.this@Stability(value=Experimental) public GlueStartJobRunProps.Builder resultSelector(Map<String,? extends Object> resultSelector)
TaskStateBaseProps.getResultSelector()resultSelector - The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
You can use ResultSelector to create a payload with values that are static
or selected from the state's raw result.this@Stability(value=Experimental) public GlueStartJobRunProps.Builder timeout(Duration timeout)
TaskStateBaseProps.getTimeout()timeout - Timeout for the state machine.this@Stability(value=Experimental) public GlueStartJobRunProps build()
build in interface software.amazon.jsii.Builder<GlueStartJobRunProps>GlueStartJobRunPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.