public static interface IngestionS3InputConfiguration.Builder extends SdkPojo, CopyableBuilder<IngestionS3InputConfiguration.Builder,IngestionS3InputConfiguration>
| Modifier and Type | Method and Description |
|---|---|
IngestionS3InputConfiguration.Builder |
bucket(String bucket)
The name of the S3 bucket used for the input data for the data ingestion.
|
IngestionS3InputConfiguration.Builder |
keyPattern(String keyPattern)
The pattern for matching the Amazon S3 files that will be used for ingestion.
|
IngestionS3InputConfiguration.Builder |
prefix(String prefix)
The prefix for the S3 location being used for the input data for the data ingestion.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIngestionS3InputConfiguration.Builder bucket(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.IngestionS3InputConfiguration.Builder prefix(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.IngestionS3InputConfiguration.Builder keyPattern(String keyPattern)
The pattern for matching the Amazon S3 files that will be used for ingestion. If the schema was created previously without any KeyPattern, then the default KeyPattern {prefix}/{component_name}/* is used to download files from Amazon S3 according to the schema. This field is required when ingestion is being done for the first time.
Valid Values: {prefix}/{component_name}_* | {prefix}/{component_name}/* | {prefix}/{component_name}[DELIMITER]* (Allowed delimiters : space, dot, underscore, hyphen)
keyPattern - The pattern for matching the Amazon S3 files that will be used for ingestion. If the schema was
created previously without any KeyPattern, then the default KeyPattern {prefix}/{component_name}/* is
used to download files from Amazon S3 according to the schema. This field is required when ingestion
is being done for the first time.
Valid Values: {prefix}/{component_name}_* | {prefix}/{component_name}/* | {prefix}/{component_name}[DELIMITER]* (Allowed delimiters : space, dot, underscore, hyphen)
Copyright © 2023. All rights reserved.