| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static DataPathColor.Builder |
DataPathColor.builder() |
DataPathColor.Builder |
DataPathColor.Builder.color(String color)
The color that needs to be applied to the element.
|
default DataPathColor.Builder |
DataPathColor.Builder.element(Consumer<DataPathValue.Builder> element)
The element that the color needs to be applied to.
|
DataPathColor.Builder |
DataPathColor.Builder.element(DataPathValue element)
The element that the color needs to be applied to.
|
DataPathColor.Builder |
DataPathColor.Builder.timeGranularity(String timeGranularity)
The time granularity of the field that the color needs to be applied to.
|
DataPathColor.Builder |
DataPathColor.Builder.timeGranularity(TimeGranularity timeGranularity)
The time granularity of the field that the color needs to be applied to.
|
DataPathColor.Builder |
DataPathColor.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataPathColor.Builder> |
DataPathColor.serializableBuilderClass() |
Copyright © 2023. All rights reserved.