Uses of Interface
software.amazon.awssdk.services.quicksight.model.SpatialStaticFile.Builder
-
Packages that use SpatialStaticFile.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SpatialStaticFile.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SpatialStaticFile.Builder Modifier and Type Method Description static SpatialStaticFile.BuilderSpatialStaticFile. builder()default SpatialStaticFile.BuilderSpatialStaticFile.Builder. source(Consumer<StaticFileSource.Builder> source)The source of the spatial static file.SpatialStaticFile.BuilderSpatialStaticFile.Builder. source(StaticFileSource source)The source of the spatial static file.SpatialStaticFile.BuilderSpatialStaticFile.Builder. staticFileId(String staticFileId)The ID of the spatial static file.SpatialStaticFile.BuilderSpatialStaticFile. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SpatialStaticFile.Builder Modifier and Type Method Description static Class<? extends SpatialStaticFile.Builder>SpatialStaticFile. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SpatialStaticFile.Builder Modifier and Type Method Description default StaticFile.BuilderStaticFile.Builder. spatialStaticFile(Consumer<SpatialStaticFile.Builder> spatialStaticFile)The spacial static file.
-