Uses of Interface
software.amazon.awssdk.services.quicksight.model.TrendArrowOptions.Builder
-
Packages that use TrendArrowOptions.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TrendArrowOptions.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TrendArrowOptions.Builder Modifier and Type Method Description static TrendArrowOptions.BuilderTrendArrowOptions. builder()TrendArrowOptions.BuilderTrendArrowOptions. toBuilder()TrendArrowOptions.BuilderTrendArrowOptions.Builder. visibility(String visibility)The visibility of the trend arrows.TrendArrowOptions.BuilderTrendArrowOptions.Builder. visibility(Visibility visibility)The visibility of the trend arrows.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TrendArrowOptions.Builder Modifier and Type Method Description static Class<? extends TrendArrowOptions.Builder>TrendArrowOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TrendArrowOptions.Builder Modifier and Type Method Description default KPIOptions.BuilderKPIOptions.Builder. trendArrows(Consumer<TrendArrowOptions.Builder> trendArrows)The options that determine the presentation of trend arrows in a KPI visual.
-