public static interface VectorEnrichmentJobDataSourceConfigInput.Builder extends SdkPojo, CopyableBuilder<VectorEnrichmentJobDataSourceConfigInput.Builder,VectorEnrichmentJobDataSourceConfigInput>
| Modifier and Type | Method and Description |
|---|---|
default VectorEnrichmentJobDataSourceConfigInput.Builder |
s3Data(Consumer<VectorEnrichmentJobS3Data.Builder> s3Data)
The input structure for the Amazon S3 data that represents the Amazon S3 location of the input data objects.
|
VectorEnrichmentJobDataSourceConfigInput.Builder |
s3Data(VectorEnrichmentJobS3Data s3Data)
The input structure for the Amazon S3 data that represents the Amazon S3 location of the input data objects.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVectorEnrichmentJobDataSourceConfigInput.Builder s3Data(VectorEnrichmentJobS3Data s3Data)
The input structure for the Amazon S3 data that represents the Amazon S3 location of the input data objects.
s3Data - The input structure for the Amazon S3 data that represents the Amazon S3 location of the input data
objects.default VectorEnrichmentJobDataSourceConfigInput.Builder s3Data(Consumer<VectorEnrichmentJobS3Data.Builder> s3Data)
The input structure for the Amazon S3 data that represents the Amazon S3 location of the input data objects.
This is a convenience method that creates an instance of theVectorEnrichmentJobS3Data.Builder
avoiding the need to create one manually via VectorEnrichmentJobS3Data.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to s3Data(VectorEnrichmentJobS3Data).
s3Data - a consumer that will call methods on VectorEnrichmentJobS3Data.Builders3Data(VectorEnrichmentJobS3Data)Copyright © 2023. All rights reserved.