Uses of Interface
software.amazon.awssdk.services.quicksight.model.ScatterPlotSortConfiguration.Builder
-
Packages that use ScatterPlotSortConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ScatterPlotSortConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ScatterPlotSortConfiguration.Builder Modifier and Type Method Description static ScatterPlotSortConfiguration.BuilderScatterPlotSortConfiguration. builder()default ScatterPlotSortConfiguration.BuilderScatterPlotSortConfiguration.Builder. scatterPlotLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> scatterPlotLimitConfiguration)Sets the value of the ScatterPlotLimitConfiguration property for this object.ScatterPlotSortConfiguration.BuilderScatterPlotSortConfiguration.Builder. scatterPlotLimitConfiguration(ItemsLimitConfiguration scatterPlotLimitConfiguration)Sets the value of the ScatterPlotLimitConfiguration property for this object.ScatterPlotSortConfiguration.BuilderScatterPlotSortConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ScatterPlotSortConfiguration.Builder Modifier and Type Method Description static Class<? extends ScatterPlotSortConfiguration.Builder>ScatterPlotSortConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type ScatterPlotSortConfiguration.Builder Modifier and Type Method Description default ScatterPlotConfiguration.BuilderScatterPlotConfiguration.Builder. sortConfiguration(Consumer<ScatterPlotSortConfiguration.Builder> sortConfiguration)The sort configuration of a scatter plot.
-