| Package | Description |
|---|---|
| software.amazon.awssdk.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
BatchParameters.Builder |
BatchParameters.Builder.arrayProperties(BatchArrayProperties arrayProperties)
The array properties for the submitted job, such as the size of the array.
|
default BatchParameters.Builder |
BatchParameters.Builder.arrayProperties(Consumer<BatchArrayProperties.Builder> 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.
|
BatchParameters.Builder |
BatchParameters.Builder.retryStrategy(BatchRetryStrategy retryStrategy)
The retry strategy to use for failed jobs, 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.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchParameters.Builder> |
BatchParameters.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Target.Builder |
Target.Builder.batchParameters(Consumer<BatchParameters.Builder> batchParameters)
If the event target is an Batch job, this contains the job definition, job name, and other parameters.
|
Copyright © 2022. All rights reserved.