| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static AxisLabelReferenceOptions.Builder |
AxisLabelReferenceOptions.builder() |
AxisLabelReferenceOptions.Builder |
AxisLabelReferenceOptions.Builder.column(ColumnIdentifier column)
The column that the axis label is targeted to.
|
default AxisLabelReferenceOptions.Builder |
AxisLabelReferenceOptions.Builder.column(Consumer<ColumnIdentifier.Builder> column)
The column that the axis label is targeted to.
|
AxisLabelReferenceOptions.Builder |
AxisLabelReferenceOptions.Builder.fieldId(String fieldId)
The field that the axis label is targeted to.
|
AxisLabelReferenceOptions.Builder |
AxisLabelReferenceOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AxisLabelReferenceOptions.Builder> |
AxisLabelReferenceOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AxisLabelOptions.Builder |
AxisLabelOptions.Builder.applyTo(Consumer<AxisLabelReferenceOptions.Builder> applyTo)
The options that indicate which field the label belongs to.
|
Copyright © 2023. All rights reserved.