| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchSegmentJobInput.Builder |
BatchSegmentJobInput.builder() |
default BatchSegmentJobInput.Builder |
BatchSegmentJobInput.Builder.s3DataSource(Consumer<S3DataConfig.Builder> s3DataSource)
Sets the value of the S3DataSource property for this object.
|
BatchSegmentJobInput.Builder |
BatchSegmentJobInput.Builder.s3DataSource(S3DataConfig s3DataSource)
Sets the value of the S3DataSource property for this object.
|
BatchSegmentJobInput.Builder |
BatchSegmentJobInput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchSegmentJobInput.Builder> |
BatchSegmentJobInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchSegmentJob.Builder |
BatchSegmentJob.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.Builder |
CreateBatchSegmentJobRequest.Builder.jobInput(Consumer<BatchSegmentJobInput.Builder> jobInput)
The Amazon S3 path for the input data used to generate the batch segment job.
|
Copyright © 2022. All rights reserved.