@Stability(value=Experimental) public static final class BatchJobProps.Builder extends Object implements software.amazon.jsii.Builder<BatchJobProps>
BatchJobProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BatchJobProps.Builder |
attempts(Number attempts)
Sets the value of
BatchJobProps.getAttempts() |
BatchJobProps |
build()
Builds the configured instance.
|
BatchJobProps.Builder |
event(RuleTargetInput event)
Sets the value of
BatchJobProps.getEvent() |
BatchJobProps.Builder |
jobName(String jobName)
Sets the value of
BatchJobProps.getJobName() |
BatchJobProps.Builder |
size(Number size)
Sets the value of
BatchJobProps.getSize() |
@Stability(value=Experimental) public BatchJobProps.Builder attempts(Number attempts)
BatchJobProps.getAttempts()attempts - The number of times to attempt to retry, if the job fails.
Valid values are 1–10.this@Stability(value=Experimental) public BatchJobProps.Builder event(RuleTargetInput event)
BatchJobProps.getEvent()event - The event to send to the Lambda.
This will be the payload sent to the Lambda Function.this@Stability(value=Experimental) public BatchJobProps.Builder jobName(String jobName)
BatchJobProps.getJobName()jobName - The name of the submitted job.this@Stability(value=Experimental) public BatchJobProps.Builder size(Number size)
BatchJobProps.getSize()size - The size of the array, if this is an array batch job.
Valid values are integers between 2 and 10,000.this@Stability(value=Experimental) public BatchJobProps build()
build in interface software.amazon.jsii.Builder<BatchJobProps>BatchJobPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.