Interface ExportVectorEnrichmentJobOutputConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExportVectorEnrichmentJobOutputConfig.Builder,ExportVectorEnrichmentJobOutputConfig>,SdkBuilder<ExportVectorEnrichmentJobOutputConfig.Builder,ExportVectorEnrichmentJobOutputConfig>,SdkPojo
- Enclosing class:
- ExportVectorEnrichmentJobOutputConfig
public static interface ExportVectorEnrichmentJobOutputConfig.Builder extends SdkPojo, CopyableBuilder<ExportVectorEnrichmentJobOutputConfig.Builder,ExportVectorEnrichmentJobOutputConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ExportVectorEnrichmentJobOutputConfig.Builders3Data(Consumer<VectorEnrichmentJobS3Data.Builder> s3Data)The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.ExportVectorEnrichmentJobOutputConfig.Builders3Data(VectorEnrichmentJobS3Data s3Data)The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
s3Data
ExportVectorEnrichmentJobOutputConfig.Builder s3Data(VectorEnrichmentJobS3Data s3Data)
The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.
- Parameters:
s3Data- The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Data
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.Builderavoiding the need to create one manually viaVectorEnrichmentJobS3Data.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Data(VectorEnrichmentJobS3Data).- Parameters:
s3Data- a consumer that will call methods onVectorEnrichmentJobS3Data.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3Data(VectorEnrichmentJobS3Data)
-
-