Uses of Interface
software.amazon.awssdk.services.quicksight.model.LogoSet.Builder
-
Packages that use LogoSet.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of LogoSet.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return LogoSet.Builder Modifier and Type Method Description static LogoSet.BuilderLogoSet. builder()default LogoSet.BuilderLogoSet.Builder. favicon(Consumer<ImageSet.Builder> favicon)The favicon logo.LogoSet.BuilderLogoSet.Builder. favicon(ImageSet favicon)The favicon logo.default LogoSet.BuilderLogoSet.Builder. primary(Consumer<ImageSet.Builder> primary)The primary logo.LogoSet.BuilderLogoSet.Builder. primary(ImageSet primary)The primary logo.LogoSet.BuilderLogoSet. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type LogoSet.Builder Modifier and Type Method Description static Class<? extends LogoSet.Builder>LogoSet. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type LogoSet.Builder Modifier and Type Method Description default Logo.BuilderLogo.Builder. logoSet(Consumer<LogoSet.Builder> logoSet)A set of configured logos.
-