Uses of Interface
software.amazon.awssdk.services.quicksight.model.GeospatialDataSourceItem.Builder
-
Packages that use GeospatialDataSourceItem.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialDataSourceItem.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GeospatialDataSourceItem.Builder Modifier and Type Method Description static GeospatialDataSourceItem.BuilderGeospatialDataSourceItem. builder()default GeospatialDataSourceItem.BuilderGeospatialDataSourceItem.Builder. staticFileDataSource(Consumer<GeospatialStaticFileSource.Builder> staticFileDataSource)The static file data source properties for the geospatial data.GeospatialDataSourceItem.BuilderGeospatialDataSourceItem.Builder. staticFileDataSource(GeospatialStaticFileSource staticFileDataSource)The static file data source properties for the geospatial data.GeospatialDataSourceItem.BuilderGeospatialDataSourceItem. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GeospatialDataSourceItem.Builder Modifier and Type Method Description static Class<? extends GeospatialDataSourceItem.Builder>GeospatialDataSourceItem. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type GeospatialDataSourceItem.Builder Modifier and Type Method Description default GeospatialLayerItem.BuilderGeospatialLayerItem.Builder. dataSource(Consumer<GeospatialDataSourceItem.Builder> dataSource)The data source for the layer.
-