Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.Batch.Builder
-
Packages that use Batch.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of Batch.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return Batch.Builder Modifier and Type Method Description static Batch.BuilderBatch. builder()Batch.BuilderBatch.Builder. endTime(Instant endTime)End time of batch to split ingestion.Batch.BuilderBatch.Builder. startTime(Instant startTime)Start time of batch to split ingestion.Batch.BuilderBatch. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type Batch.Builder Modifier and Type Method Description static Class<? extends Batch.Builder>Batch. serializableBuilderClass()
-