@Generated(value="software.amazon.awssdk:codegen") public final class ImportDataSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportDataSource.Builder,ImportDataSource>
An object that contains details about the data source of the import job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportDataSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImportDataSource.Builder |
builder() |
DataFormat |
dataFormat()
The data format of the import job's data source.
|
String |
dataFormatAsString()
The data format of the import job's data source.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3Url()
An Amazon S3 URL in the format s3://<bucket_name>/<object>.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportDataSource.Builder> |
serializableBuilderClass() |
ImportDataSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String s3Url()
An Amazon S3 URL in the format s3://<bucket_name>/<object>.
public DataFormat dataFormat()
The data format of the import job's data source.
If the service returns an enum value that is not available in the current SDK version, dataFormat will
return DataFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
dataFormatAsString().
DataFormatpublic String dataFormatAsString()
The data format of the import job's data source.
If the service returns an enum value that is not available in the current SDK version, dataFormat will
return DataFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
dataFormatAsString().
DataFormatpublic ImportDataSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportDataSource.Builder,ImportDataSource>public static ImportDataSource.Builder builder()
public static Class<? extends ImportDataSource.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.