Uses of Interface
software.amazon.awssdk.services.quicksight.model.IntegerValueWhenUnsetConfiguration.Builder
-
Packages that use IntegerValueWhenUnsetConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of IntegerValueWhenUnsetConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return IntegerValueWhenUnsetConfiguration.Builder Modifier and Type Method Description static IntegerValueWhenUnsetConfiguration.BuilderIntegerValueWhenUnsetConfiguration. builder()IntegerValueWhenUnsetConfiguration.BuilderIntegerValueWhenUnsetConfiguration.Builder. customValue(Long customValue)A custom value that's used when the value of a parameter isn't set.IntegerValueWhenUnsetConfiguration.BuilderIntegerValueWhenUnsetConfiguration. toBuilder()IntegerValueWhenUnsetConfiguration.BuilderIntegerValueWhenUnsetConfiguration.Builder. valueWhenUnsetOption(String valueWhenUnsetOption)The built-in options for default values.IntegerValueWhenUnsetConfiguration.BuilderIntegerValueWhenUnsetConfiguration.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 IntegerValueWhenUnsetConfiguration.Builder Modifier and Type Method Description static Class<? extends IntegerValueWhenUnsetConfiguration.Builder>IntegerValueWhenUnsetConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type IntegerValueWhenUnsetConfiguration.Builder Modifier and Type Method Description default IntegerParameterDeclaration.BuilderIntegerParameterDeclaration.Builder. valueWhenUnset(Consumer<IntegerValueWhenUnsetConfiguration.Builder> valueWhenUnset)A parameter declaration for theIntegerdata type.
-