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.
|
default LabelingJobDataSource.Builder |
snsDataSource(Consumer<LabelingJobSnsDataSource.Builder> snsDataSource)
An Amazon SNS data source used for streaming labeling jobs.
|
LabelingJobDataSource.Builder |
snsDataSource(LabelingJobSnsDataSource snsDataSource)
An Amazon SNS data source used for streaming labeling jobs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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)LabelingJobDataSource.Builder snsDataSource(LabelingJobSnsDataSource snsDataSource)
An Amazon SNS data source used for streaming labeling jobs.
snsDataSource - An Amazon SNS data source used for streaming labeling jobs.default LabelingJobDataSource.Builder snsDataSource(Consumer<LabelingJobSnsDataSource.Builder> snsDataSource)
An Amazon SNS data source used for streaming labeling jobs.
This is a convenience that creates an instance of theLabelingJobSnsDataSource.Builder avoiding the
need to create one manually via LabelingJobSnsDataSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to snsDataSource(LabelingJobSnsDataSource).snsDataSource - a consumer that will call methods on LabelingJobSnsDataSource.BuildersnsDataSource(LabelingJobSnsDataSource)Copyright © 2020. All rights reserved.