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