| Package | Description |
|---|---|
| software.amazon.awssdk.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchSegmentJobOutput.Builder |
BatchSegmentJobOutput.builder() |
default BatchSegmentJobOutput.Builder |
BatchSegmentJobOutput.Builder.s3DataDestination(Consumer<S3DataConfig.Builder> s3DataDestination)
Sets the value of the S3DataDestination property for this object.
|
BatchSegmentJobOutput.Builder |
BatchSegmentJobOutput.Builder.s3DataDestination(S3DataConfig s3DataDestination)
Sets the value of the S3DataDestination property for this object.
|
BatchSegmentJobOutput.Builder |
BatchSegmentJobOutput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchSegmentJobOutput.Builder> |
BatchSegmentJobOutput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchSegmentJob.Builder |
BatchSegmentJob.Builder.jobOutput(Consumer<BatchSegmentJobOutput.Builder> jobOutput)
The Amazon S3 bucket that contains the output data generated by the batch segment job.
|
default CreateBatchSegmentJobRequest.Builder |
CreateBatchSegmentJobRequest.Builder.jobOutput(Consumer<BatchSegmentJobOutput.Builder> jobOutput)
The Amazon S3 path for the bucket where the job's output will be stored.
|
Copyright © 2022. All rights reserved.