Uses of Interface
software.amazon.awssdk.services.eventbridge.model.BatchParameters.Builder
Packages that use BatchParameters.Builder
-
Uses of BatchParameters.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return BatchParameters.BuilderModifier and TypeMethodDescriptiondefault BatchParameters.BuilderBatchParameters.Builder.arrayProperties(Consumer<BatchArrayProperties.Builder> arrayProperties) The array properties for the submitted job, such as the size of the array.BatchParameters.Builder.arrayProperties(BatchArrayProperties arrayProperties) The array properties for the submitted job, such as the size of the array.static BatchParameters.BuilderBatchParameters.builder()BatchParameters.Builder.jobDefinition(String jobDefinition) The ARN or name of the job definition to use if the event target is an Batch job.The name to use for this execution of the job, if the target is an Batch job.default BatchParameters.BuilderBatchParameters.Builder.retryStrategy(Consumer<BatchRetryStrategy.Builder> retryStrategy) The retry strategy to use for failed jobs, if the target is an Batch job.BatchParameters.Builder.retryStrategy(BatchRetryStrategy retryStrategy) The retry strategy to use for failed jobs, if the target is an Batch job.BatchParameters.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type BatchParameters.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BatchParameters.Builder>BatchParameters.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type BatchParameters.BuilderModifier and TypeMethodDescriptiondefault Target.BuilderTarget.Builder.batchParameters(Consumer<BatchParameters.Builder> batchParameters) If the event target is an Batch job, this contains the job definition, job name, and other parameters.