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