Uses of Interface
software.amazon.awssdk.services.sagemakergeospatial.model.VectorEnrichmentJobS3Data.Builder
-
Packages that use VectorEnrichmentJobS3Data.Builder Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of VectorEnrichmentJobS3Data.Builder in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return VectorEnrichmentJobS3Data.Builder Modifier and Type Method Description static VectorEnrichmentJobS3Data.BuilderVectorEnrichmentJobS3Data. builder()VectorEnrichmentJobS3Data.BuilderVectorEnrichmentJobS3Data.Builder. kmsKeyId(String kmsKeyId)The Key Management Service key ID for server-side encryption.VectorEnrichmentJobS3Data.BuilderVectorEnrichmentJobS3Data.Builder. s3Uri(String s3Uri)The URL to the Amazon S3 data for the Vector Enrichment job.VectorEnrichmentJobS3Data.BuilderVectorEnrichmentJobS3Data. toBuilder()Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type VectorEnrichmentJobS3Data.Builder Modifier and Type Method Description static Class<? extends VectorEnrichmentJobS3Data.Builder>VectorEnrichmentJobS3Data. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemakergeospatial.model with type arguments of type VectorEnrichmentJobS3Data.Builder Modifier and Type Method Description static VectorEnrichmentJobDataSourceConfigInputVectorEnrichmentJobDataSourceConfigInput. fromS3Data(Consumer<VectorEnrichmentJobS3Data.Builder> s3Data)Create an instance of this class withVectorEnrichmentJobDataSourceConfigInput.s3Data()initialized to the given value.default ExportVectorEnrichmentJobOutputConfig.BuilderExportVectorEnrichmentJobOutputConfig.Builder. s3Data(Consumer<VectorEnrichmentJobS3Data.Builder> s3Data)The input structure for Amazon S3 data; representing the Amazon S3 location of the input data objects.default VectorEnrichmentJobDataSourceConfigInput.BuilderVectorEnrichmentJobDataSourceConfigInput.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.
-