Uses of Interface
software.amazon.awssdk.services.quicksight.model.CustomValuesConfiguration.Builder
-
Packages that use CustomValuesConfiguration.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CustomValuesConfiguration.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CustomValuesConfiguration.Builder Modifier and Type Method Description static CustomValuesConfiguration.BuilderCustomValuesConfiguration. builder()default CustomValuesConfiguration.BuilderCustomValuesConfiguration.Builder. customValues(Consumer<CustomParameterValues.Builder> customValues)Sets the value of the CustomValues property for this object.CustomValuesConfiguration.BuilderCustomValuesConfiguration.Builder. customValues(CustomParameterValues customValues)Sets the value of the CustomValues property for this object.CustomValuesConfiguration.BuilderCustomValuesConfiguration.Builder. includeNullValue(Boolean includeNullValue)Includes the null value in custom action parameter values.CustomValuesConfiguration.BuilderCustomValuesConfiguration. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type CustomValuesConfiguration.Builder Modifier and Type Method Description static Class<? extends CustomValuesConfiguration.Builder>CustomValuesConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type CustomValuesConfiguration.Builder Modifier and Type Method Description default DestinationParameterValueConfiguration.BuilderDestinationParameterValueConfiguration.Builder. customValuesConfiguration(Consumer<CustomValuesConfiguration.Builder> customValuesConfiguration)The configuration of custom values for destination parameter inDestinationParameterValueConfiguration.
-