public static interface LabelingJobSnsDataSource.Builder extends SdkPojo, CopyableBuilder<LabelingJobSnsDataSource.Builder,LabelingJobSnsDataSource>
| Modifier and Type | Method and Description |
|---|---|
LabelingJobSnsDataSource.Builder |
snsTopicArn(String snsTopicArn)
The Amazon SNS input topic Amazon Resource Name (ARN).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLabelingJobSnsDataSource.Builder snsTopicArn(String snsTopicArn)
The Amazon SNS input topic Amazon Resource Name (ARN). Specify the ARN of the input topic you will use to send new data objects to a streaming labeling job.
If you specify an input topic for SnsTopicArn in InputConfig, you must specify a
value for SnsTopicArn in OutputConfig.
snsTopicArn - The Amazon SNS input topic Amazon Resource Name (ARN). Specify the ARN of the input topic you will use
to send new data objects to a streaming labeling job.
If you specify an input topic for SnsTopicArn in InputConfig, you must
specify a value for SnsTopicArn in OutputConfig.
Copyright © 2020. All rights reserved.