Uses of Interface
software.amazon.awssdk.services.quicksight.model.CustomContentConfiguration.Builder
-
Packages that use CustomContentConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CustomContentConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CustomContentConfiguration.Builder Modifier and Type Method Description static CustomContentConfiguration.BuilderCustomContentConfiguration. builder()CustomContentConfiguration.BuilderCustomContentConfiguration.Builder. contentType(String contentType)The content type of the custom content visual.CustomContentConfiguration.BuilderCustomContentConfiguration.Builder. contentType(CustomContentType contentType)The content type of the custom content visual.CustomContentConfiguration.BuilderCustomContentConfiguration.Builder. contentUrl(String contentUrl)The input URL that links to the custom content that you want in the custom visual.CustomContentConfiguration.BuilderCustomContentConfiguration.Builder. imageScaling(String imageScaling)The sizing options for the size of the custom content visual.CustomContentConfiguration.BuilderCustomContentConfiguration.Builder. imageScaling(CustomContentImageScalingConfiguration imageScaling)The sizing options for the size of the custom content visual.CustomContentConfiguration.BuilderCustomContentConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type CustomContentConfiguration.Builder Modifier and Type Method Description static Class<? extends CustomContentConfiguration.Builder>CustomContentConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type CustomContentConfiguration.Builder Modifier and Type Method Description default CustomContentVisual.BuilderCustomContentVisual.Builder. chartConfiguration(Consumer<CustomContentConfiguration.Builder> chartConfiguration)The configuration of aCustomContentVisual.
-