Uses of Interface
software.amazon.awssdk.services.eventbridge.model.BatchArrayProperties.Builder
Packages that use BatchArrayProperties.Builder
-
Uses of BatchArrayProperties.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return BatchArrayProperties.BuilderModifier and TypeMethodDescriptionstatic BatchArrayProperties.BuilderBatchArrayProperties.builder()The size of the array, if this is an array batch job.BatchArrayProperties.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type BatchArrayProperties.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BatchArrayProperties.Builder>BatchArrayProperties.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type BatchArrayProperties.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.