Interface VectorEnrichmentJobS3Data.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VectorEnrichmentJobS3Data.Builder,VectorEnrichmentJobS3Data>,SdkBuilder<VectorEnrichmentJobS3Data.Builder,VectorEnrichmentJobS3Data>,SdkPojo
- Enclosing class:
- VectorEnrichmentJobS3Data
public static interface VectorEnrichmentJobS3Data.Builder extends SdkPojo, CopyableBuilder<VectorEnrichmentJobS3Data.Builder,VectorEnrichmentJobS3Data>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VectorEnrichmentJobS3Data.BuilderkmsKeyId(String kmsKeyId)The Key Management Service key ID for server-side encryption.VectorEnrichmentJobS3Data.Builders3Uri(String s3Uri)The URL to the Amazon S3 data for the Vector Enrichment job.-
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
-
kmsKeyId
VectorEnrichmentJobS3Data.Builder kmsKeyId(String kmsKeyId)
The Key Management Service key ID for server-side encryption.
- Parameters:
kmsKeyId- The Key Management Service key ID for server-side encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Uri
VectorEnrichmentJobS3Data.Builder s3Uri(String s3Uri)
The URL to the Amazon S3 data for the Vector Enrichment job.
- Parameters:
s3Uri- The URL to the Amazon S3 data for the Vector Enrichment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-