Uses of Interface
software.amazon.awssdk.services.sagemakergeospatial.model.VectorEnrichmentJobDataSourceConfigInput.Builder
-
Packages that use VectorEnrichmentJobDataSourceConfigInput.Builder Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of VectorEnrichmentJobDataSourceConfigInput.Builder in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return VectorEnrichmentJobDataSourceConfigInput.Builder Modifier and Type Method Description static VectorEnrichmentJobDataSourceConfigInput.BuilderVectorEnrichmentJobDataSourceConfigInput. builder()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.VectorEnrichmentJobDataSourceConfigInput.BuilderVectorEnrichmentJobDataSourceConfigInput.Builder. s3Data(VectorEnrichmentJobS3Data s3Data)The input structure for the Amazon S3 data that represents the Amazon S3 location of the input data objects.VectorEnrichmentJobDataSourceConfigInput.BuilderVectorEnrichmentJobDataSourceConfigInput. toBuilder()Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type VectorEnrichmentJobDataSourceConfigInput.Builder Modifier and Type Method Description static Class<? extends VectorEnrichmentJobDataSourceConfigInput.Builder>VectorEnrichmentJobDataSourceConfigInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemakergeospatial.model with type arguments of type VectorEnrichmentJobDataSourceConfigInput.Builder Modifier and Type Method Description default VectorEnrichmentJobInputConfig.BuilderVectorEnrichmentJobInputConfig.Builder. dataSourceConfig(Consumer<VectorEnrichmentJobDataSourceConfigInput.Builder> dataSourceConfig)The input structure for the data source that represents the storage type of the input data objects.
-