@Generated(value="software.amazon.awssdk:codegen") public final class DataSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataSource.Builder,DataSource>
Describes the location of the channel data.
Modifier and Type | Class and Description |
---|---|
static interface |
DataSource.Builder |
Modifier and Type | Method and Description |
---|---|
static DataSource.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FileSystemDataSource |
fileSystemDataSource()
The file system that is associated with a channel.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3DataSource |
s3DataSource()
The S3 location of the data source that is associated with a channel.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataSource.Builder> |
serializableBuilderClass() |
DataSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public S3DataSource s3DataSource()
The S3 location of the data source that is associated with a channel.
public FileSystemDataSource fileSystemDataSource()
The file system that is associated with a channel.
public DataSource.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DataSource.Builder,DataSource>
public static DataSource.Builder builder()
public static Class<? extends DataSource.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.