Interface LabelingJobSnsDataSource.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LabelingJobSnsDataSource.Builder,LabelingJobSnsDataSource>, SdkBuilder<LabelingJobSnsDataSource.Builder,LabelingJobSnsDataSource>, SdkPojo
Enclosing class:
LabelingJobSnsDataSource

public static interface LabelingJobSnsDataSource.Builder extends SdkPojo, CopyableBuilder<LabelingJobSnsDataSource.Builder,LabelingJobSnsDataSource>
  • Method Details

    • snsTopicArn

      LabelingJobSnsDataSource.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.