@Generated(value="software.amazon.awssdk:codegen") public final class LabelingJobDataSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LabelingJobDataSource.Builder,LabelingJobDataSource>
Provides information about the location of input data.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
LabelingJobDataSource.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static LabelingJobDataSource.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
LabelingJobS3DataSource | 
s3DataSource()
 The Amazon S3 location of the input data objects. 
 | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends LabelingJobDataSource.Builder> | 
serializableBuilderClass()  | 
LabelingJobDataSource.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic LabelingJobS3DataSource s3DataSource()
The Amazon S3 location of the input data objects.
public LabelingJobDataSource.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<LabelingJobDataSource.Builder,LabelingJobDataSource>public static LabelingJobDataSource.Builder builder()
public static Class<? extends LabelingJobDataSource.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.