Interface PluginVisualSortConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PluginVisualSortConfiguration.Builder,
,PluginVisualSortConfiguration> SdkBuilder<PluginVisualSortConfiguration.Builder,
,PluginVisualSortConfiguration> SdkPojo
- Enclosing class:
PluginVisualSortConfiguration
@Mutable
@NotThreadSafe
public static interface PluginVisualSortConfiguration.Builder
extends SdkPojo, CopyableBuilder<PluginVisualSortConfiguration.Builder,PluginVisualSortConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionpluginVisualTableQuerySort
(Consumer<PluginVisualTableQuerySort.Builder> pluginVisualTableQuerySort) The table query sorting options for the plugin visual.pluginVisualTableQuerySort
(PluginVisualTableQuerySort pluginVisualTableQuerySort) The table query sorting options for the plugin visual.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
pluginVisualTableQuerySort
PluginVisualSortConfiguration.Builder pluginVisualTableQuerySort(PluginVisualTableQuerySort pluginVisualTableQuerySort) The table query sorting options for the plugin visual.
- Parameters:
pluginVisualTableQuerySort
- The table query sorting options for the plugin visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pluginVisualTableQuerySort
default PluginVisualSortConfiguration.Builder pluginVisualTableQuerySort(Consumer<PluginVisualTableQuerySort.Builder> pluginVisualTableQuerySort) The table query sorting options for the plugin visual.
This is a convenience method that creates an instance of thePluginVisualTableQuerySort.Builder
avoiding the need to create one manually viaPluginVisualTableQuerySort.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topluginVisualTableQuerySort(PluginVisualTableQuerySort)
.- Parameters:
pluginVisualTableQuerySort
- a consumer that will call methods onPluginVisualTableQuerySort.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-