Uses of Interface
software.amazon.awssdk.services.quicksight.model.PluginVisualProperty.Builder
-
Packages that use PluginVisualProperty.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of PluginVisualProperty.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return PluginVisualProperty.Builder Modifier and Type Method Description static PluginVisualProperty.BuilderPluginVisualProperty. builder()PluginVisualProperty.BuilderPluginVisualProperty.Builder. name(String name)The name of the plugin visual property.PluginVisualProperty.BuilderPluginVisualProperty. toBuilder()PluginVisualProperty.BuilderPluginVisualProperty.Builder. value(String value)The value of the plugin visual property.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type PluginVisualProperty.Builder Modifier and Type Method Description static Class<? extends PluginVisualProperty.Builder>PluginVisualProperty. serializableBuilderClass()
-