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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PluginVisualSortConfiguration.BuilderpluginVisualTableQuerySort(Consumer<PluginVisualTableQuerySort.Builder> pluginVisualTableQuerySort)The table query sorting options for the plugin visual.PluginVisualSortConfiguration.BuilderpluginVisualTableQuerySort(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 Detail
-
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.Builderavoiding the need to create one manually viaPluginVisualTableQuerySort.builder().When the
Consumercompletes,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:
pluginVisualTableQuerySort(PluginVisualTableQuerySort)
-
-