Uses of Interface
software.amazon.awssdk.services.personalize.model.BatchSegmentJobInput.Builder
-
Packages that use BatchSegmentJobInput.Builder Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of BatchSegmentJobInput.Builder in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return BatchSegmentJobInput.Builder Modifier and Type Method Description static BatchSegmentJobInput.BuilderBatchSegmentJobInput. builder()default BatchSegmentJobInput.BuilderBatchSegmentJobInput.Builder. s3DataSource(Consumer<S3DataConfig.Builder> s3DataSource)Sets the value of the S3DataSource property for this object.BatchSegmentJobInput.BuilderBatchSegmentJobInput.Builder. s3DataSource(S3DataConfig s3DataSource)Sets the value of the S3DataSource property for this object.BatchSegmentJobInput.BuilderBatchSegmentJobInput. toBuilder()Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type BatchSegmentJobInput.Builder Modifier and Type Method Description static Class<? extends BatchSegmentJobInput.Builder>BatchSegmentJobInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.personalize.model with type arguments of type BatchSegmentJobInput.Builder Modifier and Type Method Description default BatchSegmentJob.BuilderBatchSegmentJob.Builder. jobInput(Consumer<BatchSegmentJobInput.Builder> jobInput)The Amazon S3 path that leads to the input data used to generate the batch segment job.default CreateBatchSegmentJobRequest.BuilderCreateBatchSegmentJobRequest.Builder. jobInput(Consumer<BatchSegmentJobInput.Builder> jobInput)The Amazon S3 path for the input data used to generate the batch segment job.
-