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