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