Uses of Interface
software.amazon.awssdk.services.quicksight.model.DataPathColor.Builder
-
Packages that use DataPathColor.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DataPathColor.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DataPathColor.Builder Modifier and Type Method Description static DataPathColor.BuilderDataPathColor. builder()DataPathColor.BuilderDataPathColor.Builder. color(String color)The color that needs to be applied to the element.default DataPathColor.BuilderDataPathColor.Builder. element(Consumer<DataPathValue.Builder> element)The element that the color needs to be applied to.DataPathColor.BuilderDataPathColor.Builder. element(DataPathValue element)The element that the color needs to be applied to.DataPathColor.BuilderDataPathColor.Builder. timeGranularity(String timeGranularity)The time granularity of the field that the color needs to be applied to.DataPathColor.BuilderDataPathColor.Builder. timeGranularity(TimeGranularity timeGranularity)The time granularity of the field that the color needs to be applied to.DataPathColor.BuilderDataPathColor. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DataPathColor.Builder Modifier and Type Method Description static Class<? extends DataPathColor.Builder>DataPathColor. serializableBuilderClass()
-