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