@Generated(value="software.amazon.awssdk:codegen") public final class LabelingJobSnsDataSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LabelingJobSnsDataSource.Builder,LabelingJobSnsDataSource>
An Amazon SNS data source used for streaming labeling jobs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LabelingJobSnsDataSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LabelingJobSnsDataSource.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LabelingJobSnsDataSource.Builder> |
serializableBuilderClass() |
String |
snsTopicArn()
The Amazon SNS input topic Amazon Resource Name (ARN).
|
LabelingJobSnsDataSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public LabelingJobSnsDataSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LabelingJobSnsDataSource.Builder,LabelingJobSnsDataSource>public static LabelingJobSnsDataSource.Builder builder()
public static Class<? extends LabelingJobSnsDataSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.