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