public static interface ExportVectorEnrichmentJobOutputConfig.Builder extends SdkPojo, CopyableBuilder<ExportVectorEnrichmentJobOutputConfig.Builder,ExportVectorEnrichmentJobOutputConfig>
| Modifier and Type | Method and Description |
|---|---|
default ExportVectorEnrichmentJobOutputConfig.Builder |
s3Data(Consumer<VectorEnrichmentJobS3Data.Builder> s3Data)
The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.
|
ExportVectorEnrichmentJobOutputConfig.Builder |
s3Data(VectorEnrichmentJobS3Data s3Data)
The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExportVectorEnrichmentJobOutputConfig.Builder s3Data(VectorEnrichmentJobS3Data s3Data)
The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.
s3Data - The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.default ExportVectorEnrichmentJobOutputConfig.Builder s3Data(Consumer<VectorEnrichmentJobS3Data.Builder> s3Data)
The input structure for Amazon S3 data; representing 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.