Uses of Interface
software.amazon.awssdk.services.quicksight.model.NegativeFormat.Builder
-
Packages that use NegativeFormat.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of NegativeFormat.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return NegativeFormat.Builder Modifier and Type Method Description static NegativeFormat.BuilderNegativeFormat. builder()NegativeFormat.BuilderNegativeFormat.Builder. prefix(String prefix)The prefix for a negative format.NegativeFormat.BuilderNegativeFormat.Builder. suffix(String suffix)The suffix for a negative format.NegativeFormat.BuilderNegativeFormat. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type NegativeFormat.Builder Modifier and Type Method Description static Class<? extends NegativeFormat.Builder>NegativeFormat. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type NegativeFormat.Builder Modifier and Type Method Description default DisplayFormatOptions.BuilderDisplayFormatOptions.Builder. negativeFormat(Consumer<NegativeFormat.Builder> negativeFormat)The negative format.
-