| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
BatchParameters |
BatchParameters.clone() |
BatchParameters |
Target.getBatchParameters()
If the event target is an AWS Batch job, this contains the job definition, job name, and other parameters.
|
BatchParameters |
BatchParameters.withArrayProperties(BatchArrayProperties arrayProperties)
The array properties for the submitted job, such as the size of the array.
|
BatchParameters |
BatchParameters.withJobDefinition(String jobDefinition)
The ARN or name of the job definition to use if the event target is an AWS Batch job.
|
BatchParameters |
BatchParameters.withJobName(String jobName)
The name to use for this execution of the job, if the target is an AWS Batch job.
|
BatchParameters |
BatchParameters.withRetryStrategy(BatchRetryStrategy retryStrategy)
The retry strategy to use for failed jobs if the target is an AWS Batch job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Target.setBatchParameters(BatchParameters batchParameters)
If the event target is an AWS Batch job, this contains the job definition, job name, and other parameters.
|
Target |
Target.withBatchParameters(BatchParameters batchParameters)
If the event target is an AWS Batch job, this contains the job definition, job name, and other parameters.
|
Copyright © 2019. All rights reserved.