Uses of Interface
software.amazon.awssdk.services.quicksight.model.DecimalValueWhenUnsetConfiguration.Builder
-
Packages that use DecimalValueWhenUnsetConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DecimalValueWhenUnsetConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DecimalValueWhenUnsetConfiguration.Builder Modifier and Type Method Description static DecimalValueWhenUnsetConfiguration.BuilderDecimalValueWhenUnsetConfiguration. builder()DecimalValueWhenUnsetConfiguration.BuilderDecimalValueWhenUnsetConfiguration.Builder. customValue(Double customValue)A custom value that's used when the value of a parameter isn't set.DecimalValueWhenUnsetConfiguration.BuilderDecimalValueWhenUnsetConfiguration. toBuilder()DecimalValueWhenUnsetConfiguration.BuilderDecimalValueWhenUnsetConfiguration.Builder. valueWhenUnsetOption(String valueWhenUnsetOption)The built-in options for default values.DecimalValueWhenUnsetConfiguration.BuilderDecimalValueWhenUnsetConfiguration.Builder. valueWhenUnsetOption(ValueWhenUnsetOption valueWhenUnsetOption)The built-in options for default values.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DecimalValueWhenUnsetConfiguration.Builder Modifier and Type Method Description static Class<? extends DecimalValueWhenUnsetConfiguration.Builder>DecimalValueWhenUnsetConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DecimalValueWhenUnsetConfiguration.Builder Modifier and Type Method Description default DecimalParameterDeclaration.BuilderDecimalParameterDeclaration.Builder. valueWhenUnset(Consumer<DecimalValueWhenUnsetConfiguration.Builder> valueWhenUnset)The configuration that defines the default value of aDecimalparameter when a value has not been set.
-