Uses of Class
software.amazon.awscdk.services.quicksight.CfnDashboard.CustomParameterValuesProperty.Builder
Packages that use CfnDashboard.CustomParameterValuesProperty.Builder
-
Uses of CfnDashboard.CustomParameterValuesProperty.Builder in software.amazon.awscdk.services.quicksight
Methods in software.amazon.awscdk.services.quicksight that return CfnDashboard.CustomParameterValuesProperty.BuilderModifier and TypeMethodDescriptionCfnDashboard.CustomParameterValuesProperty.builder()
CfnDashboard.CustomParameterValuesProperty.Builder.dateTimeValues
(List<String> dateTimeValues) Sets the value ofCfnDashboard.CustomParameterValuesProperty.getDateTimeValues()
CfnDashboard.CustomParameterValuesProperty.Builder.decimalValues
(List<? extends Number> decimalValues) Sets the value ofCfnDashboard.CustomParameterValuesProperty.getDecimalValues()
CfnDashboard.CustomParameterValuesProperty.Builder.decimalValues
(IResolvable decimalValues) Sets the value ofCfnDashboard.CustomParameterValuesProperty.getDecimalValues()
CfnDashboard.CustomParameterValuesProperty.Builder.integerValues
(List<? extends Number> integerValues) Sets the value ofCfnDashboard.CustomParameterValuesProperty.getIntegerValues()
CfnDashboard.CustomParameterValuesProperty.Builder.integerValues
(IResolvable integerValues) Sets the value ofCfnDashboard.CustomParameterValuesProperty.getIntegerValues()
CfnDashboard.CustomParameterValuesProperty.Builder.stringValues
(List<String> stringValues) Sets the value ofCfnDashboard.CustomParameterValuesProperty.getStringValues()
Constructors in software.amazon.awscdk.services.quicksight with parameters of type CfnDashboard.CustomParameterValuesProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.CustomParameterValuesProperty.Builder
.