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)
Pattern for matching the Amazon S3 files which 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)
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}/*Copyright © 2022. All rights reserved.