public static interface LabelingJobDataSource.Builder extends SdkPojo, CopyableBuilder<LabelingJobDataSource.Builder,LabelingJobDataSource>
| Modifier and Type | Method and Description |
|---|---|
default LabelingJobDataSource.Builder |
s3DataSource(Consumer<LabelingJobS3DataSource.Builder> s3DataSource)
The Amazon S3 location of the input data objects.
|
LabelingJobDataSource.Builder |
s3DataSource(LabelingJobS3DataSource s3DataSource)
The Amazon S3 location of the input data objects.
|
copyapplyMutation, buildLabelingJobDataSource.Builder s3DataSource(LabelingJobS3DataSource s3DataSource)
The Amazon S3 location of the input data objects.
s3DataSource - The Amazon S3 location of the input data objects.default LabelingJobDataSource.Builder s3DataSource(Consumer<LabelingJobS3DataSource.Builder> s3DataSource)
The Amazon S3 location of the input data objects.
This is a convenience that creates an instance of theLabelingJobS3DataSource.Builder avoiding the
need to create one manually via LabelingJobS3DataSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to s3DataSource(LabelingJobS3DataSource).s3DataSource - a consumer that will call methods on LabelingJobS3DataSource.Builders3DataSource(LabelingJobS3DataSource)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.