@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 |
getKeyPattern()
Pattern for matching the Amazon S3 files which will be used for 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 |
setKeyPattern(String keyPattern)
Pattern for matching the Amazon S3 files which will be used for 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 |
withKeyPattern(String keyPattern)
Pattern for matching the Amazon S3 files which will be used for 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 void setKeyPattern(String keyPattern)
Pattern for matching the Amazon S3 files which will be used for ingestion. If no KeyPattern is provided, we will use the default hierarchy file structure, which is same as KeyPattern {prefix}/{component_name}/*
keyPattern
- Pattern for matching the Amazon S3 files which will be used for ingestion. If no KeyPattern is provided,
we will use the default hierarchy file structure, which is same as KeyPattern {prefix}/{component_name}/public String getKeyPattern()
Pattern for matching the Amazon S3 files which will be used for ingestion. If no KeyPattern is provided, we will use the default hierarchy file structure, which is same as KeyPattern {prefix}/{component_name}/*
public IngestionS3InputConfiguration withKeyPattern(String keyPattern)
Pattern for matching the Amazon S3 files which will be used for ingestion. If no KeyPattern is provided, we will use the default hierarchy file structure, which is same as KeyPattern {prefix}/{component_name}/*
keyPattern
- Pattern for matching the Amazon S3 files which will be used for ingestion. If no KeyPattern is provided,
we will use the default hierarchy file structure, which is same as KeyPattern {prefix}/{component_name}/*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.