| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static DataPathLabelType.Builder |
DataPathLabelType.builder() |
DataPathLabelType.Builder |
DataPathLabelType.Builder.fieldId(String fieldId)
The field ID of the field that the data label needs to be applied to.
|
DataPathLabelType.Builder |
DataPathLabelType.Builder.fieldValue(String fieldValue)
The actual value of the field that is labeled.
|
DataPathLabelType.Builder |
DataPathLabelType.toBuilder() |
DataPathLabelType.Builder |
DataPathLabelType.Builder.visibility(String visibility)
The visibility of the data label.
|
DataPathLabelType.Builder |
DataPathLabelType.Builder.visibility(Visibility visibility)
The visibility of the data label.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataPathLabelType.Builder> |
DataPathLabelType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DataLabelType.Builder |
DataLabelType.Builder.dataPathLabelType(Consumer<DataPathLabelType.Builder> dataPathLabelType)
The option that specifies individual data values for labels.
|
Copyright © 2023. All rights reserved.