Uses of Interface
software.amazon.awssdk.services.pipes.model.BatchArrayProperties.Builder
-
Packages that use BatchArrayProperties.Builder Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of BatchArrayProperties.Builder in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return BatchArrayProperties.Builder Modifier and Type Method Description static BatchArrayProperties.BuilderBatchArrayProperties. builder()BatchArrayProperties.BuilderBatchArrayProperties.Builder. size(Integer size)The size of the array, if this is an array batch job.BatchArrayProperties.BuilderBatchArrayProperties. toBuilder()Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type BatchArrayProperties.Builder Modifier and Type Method Description static Class<? extends BatchArrayProperties.Builder>BatchArrayProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pipes.model with type arguments of type BatchArrayProperties.Builder Modifier and Type Method Description default PipeTargetBatchJobParameters.BuilderPipeTargetBatchJobParameters.Builder. arrayProperties(Consumer<BatchArrayProperties.Builder> arrayProperties)The array properties for the submitted job, such as the size of the array.
-