Interface IngestionS3InputConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<IngestionS3InputConfiguration.Builder,,- IngestionS3InputConfiguration> - SdkBuilder<IngestionS3InputConfiguration.Builder,,- IngestionS3InputConfiguration> - SdkPojo
- Enclosing class:
- IngestionS3InputConfiguration
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the S3 bucket used for the input data for the data ingestion.keyPattern(String keyPattern) The pattern for matching the Amazon S3 files that will be used for ingestion.The prefix for the S3 location being used for the input data for the data ingestion.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
bucketThe name of the S3 bucket used for the input data for the data ingestion. - Parameters:
- bucket- The name of the S3 bucket used for the input data for the data ingestion.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
prefixThe prefix for the S3 location being used for the input data for the data ingestion. - Parameters:
- prefix- The prefix for the S3 location being used for the input data for the data ingestion.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
keyPatternThe 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) - Parameters:
- 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) 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-