Uses of Interface
software.amazon.awssdk.services.personalize.model.BatchSegmentJobOutput.Builder
-
Packages that use BatchSegmentJobOutput.Builder Package Description software.amazon.awssdk.services.personalize.model -
-
Uses of BatchSegmentJobOutput.Builder in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return BatchSegmentJobOutput.Builder Modifier and Type Method Description static BatchSegmentJobOutput.BuilderBatchSegmentJobOutput. builder()default BatchSegmentJobOutput.BuilderBatchSegmentJobOutput.Builder. s3DataDestination(Consumer<S3DataConfig.Builder> s3DataDestination)Sets the value of the S3DataDestination property for this object.BatchSegmentJobOutput.BuilderBatchSegmentJobOutput.Builder. s3DataDestination(S3DataConfig s3DataDestination)Sets the value of the S3DataDestination property for this object.BatchSegmentJobOutput.BuilderBatchSegmentJobOutput. toBuilder()Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type BatchSegmentJobOutput.Builder Modifier and Type Method Description static Class<? extends BatchSegmentJobOutput.Builder>BatchSegmentJobOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.personalize.model with type arguments of type BatchSegmentJobOutput.Builder Modifier and Type Method Description default BatchSegmentJob.BuilderBatchSegmentJob.Builder. jobOutput(Consumer<BatchSegmentJobOutput.Builder> jobOutput)The Amazon S3 bucket that contains the output data generated by the batch segment job.default CreateBatchSegmentJobRequest.BuilderCreateBatchSegmentJobRequest.Builder. jobOutput(Consumer<BatchSegmentJobOutput.Builder> jobOutput)The Amazon S3 path for the bucket where the job's output will be stored.
-