PluginVisual.Builder |
PluginVisual.Builder.actions(Collection<VisualCustomAction> actions) |
The list of custom actions that are configured for a visual.
|
PluginVisual.Builder |
PluginVisual.Builder.actions(Consumer<VisualCustomAction.Builder>... actions) |
The list of custom actions that are configured for a visual.
|
PluginVisual.Builder |
PluginVisual.Builder.actions(VisualCustomAction... actions) |
The list of custom actions that are configured for a visual.
|
static PluginVisual.Builder |
PluginVisual.builder() |
|
default PluginVisual.Builder |
PluginVisual.Builder.chartConfiguration(Consumer<PluginVisualConfiguration.Builder> chartConfiguration) |
A description of the plugin field wells and their persisted properties.
|
PluginVisual.Builder |
PluginVisual.Builder.chartConfiguration(PluginVisualConfiguration chartConfiguration) |
A description of the plugin field wells and their persisted properties.
|
PluginVisual.Builder |
PluginVisual.Builder.pluginArn(String pluginArn) |
The Amazon Resource Name (ARN) that reflects the plugin and version.
|
default PluginVisual.Builder |
PluginVisual.Builder.subtitle(Consumer<VisualSubtitleLabelOptions.Builder> subtitle) |
Sets the value of the Subtitle property for this object.
|
PluginVisual.Builder |
PluginVisual.Builder.subtitle(VisualSubtitleLabelOptions subtitle) |
Sets the value of the Subtitle property for this object.
|
default PluginVisual.Builder |
PluginVisual.Builder.title(Consumer<VisualTitleLabelOptions.Builder> title) |
Sets the value of the Title property for this object.
|
PluginVisual.Builder |
PluginVisual.Builder.title(VisualTitleLabelOptions title) |
Sets the value of the Title property for this object.
|
PluginVisual.Builder |
PluginVisual.toBuilder() |
|
PluginVisual.Builder |
PluginVisual.Builder.visualContentAltText(String visualContentAltText) |
The alt text for the visual.
|
PluginVisual.Builder |
PluginVisual.Builder.visualId(String visualId) |
The ID of the visual that you want to use.
|