default BatchParameters.Builder |
BatchParameters.Builder.arrayProperties(Consumer<BatchArrayProperties.Builder> arrayProperties) |
The array properties for the submitted job, such as the size of the array.
|
BatchParameters.Builder |
BatchParameters.Builder.arrayProperties(BatchArrayProperties arrayProperties) |
The array properties for the submitted job, such as the size of the array.
|
static BatchParameters.Builder |
BatchParameters.builder() |
|
BatchParameters.Builder |
BatchParameters.Builder.jobDefinition(String jobDefinition) |
The ARN or name of the job definition to use if the event target is an Batch job.
|
BatchParameters.Builder |
BatchParameters.Builder.jobName(String jobName) |
The name to use for this execution of the job, if the target is an Batch job.
|
default BatchParameters.Builder |
BatchParameters.Builder.retryStrategy(Consumer<BatchRetryStrategy.Builder> retryStrategy) |
The retry strategy to use for failed jobs, if the target is an Batch job.
|
BatchParameters.Builder |
BatchParameters.Builder.retryStrategy(BatchRetryStrategy retryStrategy) |
The retry strategy to use for failed jobs, if the target is an Batch job.
|
BatchParameters.Builder |
BatchParameters.toBuilder() |
|