public static interface IngestionInputConfiguration.Builder extends SdkPojo, CopyableBuilder<IngestionInputConfiguration.Builder,IngestionInputConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default IngestionInputConfiguration.Builder |
s3InputConfiguration(Consumer<IngestionS3InputConfiguration.Builder> s3InputConfiguration)
The location information for the S3 bucket used for input data for the data ingestion.
|
IngestionInputConfiguration.Builder |
s3InputConfiguration(IngestionS3InputConfiguration s3InputConfiguration)
The location information for the S3 bucket used for input data for the data ingestion.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIngestionInputConfiguration.Builder s3InputConfiguration(IngestionS3InputConfiguration s3InputConfiguration)
The location information for the S3 bucket used for input data for the data ingestion.
s3InputConfiguration - The location information for the S3 bucket used for input data for the data ingestion.default IngestionInputConfiguration.Builder s3InputConfiguration(Consumer<IngestionS3InputConfiguration.Builder> s3InputConfiguration)
The location information for the S3 bucket used for input data for the data ingestion.
This is a convenience method that creates an instance of theIngestionS3InputConfiguration.Builder
avoiding the need to create one manually via IngestionS3InputConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to s3InputConfiguration(IngestionS3InputConfiguration).
s3InputConfiguration - a consumer that will call methods on IngestionS3InputConfiguration.Builders3InputConfiguration(IngestionS3InputConfiguration)Copyright © 2022. All rights reserved.