| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
AxisLabelOptions.Builder |
AxisLabelOptions.Builder.applyTo(AxisLabelReferenceOptions applyTo)
The options that indicate which field the label belongs to.
|
default AxisLabelOptions.Builder |
AxisLabelOptions.Builder.applyTo(Consumer<AxisLabelReferenceOptions.Builder> applyTo)
The options that indicate which field the label belongs to.
|
static AxisLabelOptions.Builder |
AxisLabelOptions.builder() |
AxisLabelOptions.Builder |
AxisLabelOptions.Builder.customLabel(String customLabel)
The text for the axis label.
|
default AxisLabelOptions.Builder |
AxisLabelOptions.Builder.fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
The font configuration of the axis label.
|
AxisLabelOptions.Builder |
AxisLabelOptions.Builder.fontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the axis label.
|
AxisLabelOptions.Builder |
AxisLabelOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AxisLabelOptions.Builder> |
AxisLabelOptions.serializableBuilderClass() |
Copyright © 2023. All rights reserved.