@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IngestionInputConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies configuration information for the input data for the data ingestion job, including input data S3 location.
| Constructor and Description |
|---|
IngestionInputConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
IngestionInputConfiguration |
clone() |
boolean |
equals(Object obj) |
IngestionS3InputConfiguration |
getS3InputConfiguration()
The location information for the S3 bucket used for input data for the data ingestion.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setS3InputConfiguration(IngestionS3InputConfiguration s3InputConfiguration)
The location information for the S3 bucket used for input data for the data ingestion.
|
String |
toString()
Returns a string representation of this object.
|
IngestionInputConfiguration |
withS3InputConfiguration(IngestionS3InputConfiguration s3InputConfiguration)
The location information for the S3 bucket used for input data for the data ingestion.
|
public void setS3InputConfiguration(IngestionS3InputConfiguration s3InputConfiguration)
The location information for the S3 bucket used for input data for the data ingestion.
s3InputConfiguration - The location information for the S3 bucket used for input data for the data ingestion.public IngestionS3InputConfiguration getS3InputConfiguration()
The location information for the S3 bucket used for input data for the data ingestion.
public IngestionInputConfiguration withS3InputConfiguration(IngestionS3InputConfiguration s3InputConfiguration)
The location information for the S3 bucket used for input data for the data ingestion.
s3InputConfiguration - The location information for the S3 bucket used for input data for the data ingestion.public String toString()
toString in class ObjectObject.toString()public IngestionInputConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.