Uses of Interface
software.amazon.awssdk.services.quicksight.model.DataColor.Builder
-
Packages that use DataColor.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DataColor.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DataColor.Builder Modifier and Type Method Description static DataColor.BuilderDataColor. builder()DataColor.BuilderDataColor.Builder. color(String color)The color that is applied to the data value.DataColor.BuilderDataColor.Builder. dataValue(Double dataValue)The data value that the color is applied to.DataColor.BuilderDataColor. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DataColor.Builder Modifier and Type Method Description static Class<? extends DataColor.Builder>DataColor. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DataColor.Builder Modifier and Type Method Description default ColorScale.BuilderColorScale.Builder. nullValueColor(Consumer<DataColor.Builder> nullValueColor)Determines the color that is applied to null values.
-