| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static LabelOptions.Builder |
LabelOptions.builder() |
LabelOptions.Builder |
LabelOptions.Builder.customLabel(String customLabel)
The text for the label.
|
default LabelOptions.Builder |
LabelOptions.Builder.fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)
The font configuration of the label.
|
LabelOptions.Builder |
LabelOptions.Builder.fontConfiguration(FontConfiguration fontConfiguration)
The font configuration of the label.
|
LabelOptions.Builder |
LabelOptions.toBuilder() |
LabelOptions.Builder |
LabelOptions.Builder.visibility(String visibility)
Determines whether or not the label is visible.
|
LabelOptions.Builder |
LabelOptions.Builder.visibility(Visibility visibility)
Determines whether or not the label is visible.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LabelOptions.Builder> |
LabelOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AxisTickLabelOptions.Builder |
AxisTickLabelOptions.Builder.labelOptions(Consumer<LabelOptions.Builder> labelOptions)
Determines whether or not the axis ticks are visible.
|
default LegendOptions.Builder |
LegendOptions.Builder.title(Consumer<LabelOptions.Builder> title)
The custom title for the legend.
|
default SliderControlDisplayOptions.Builder |
SliderControlDisplayOptions.Builder.titleOptions(Consumer<LabelOptions.Builder> titleOptions)
The options to configure the title visibility, name, and font size.
|
default ListControlDisplayOptions.Builder |
ListControlDisplayOptions.Builder.titleOptions(Consumer<LabelOptions.Builder> titleOptions)
The options to configure the title visibility, name, and font size.
|
default TextFieldControlDisplayOptions.Builder |
TextFieldControlDisplayOptions.Builder.titleOptions(Consumer<LabelOptions.Builder> titleOptions)
The options to configure the title visibility, name, and font size.
|
default TextAreaControlDisplayOptions.Builder |
TextAreaControlDisplayOptions.Builder.titleOptions(Consumer<LabelOptions.Builder> titleOptions)
The options to configure the title visibility, name, and font size.
|
default DropDownControlDisplayOptions.Builder |
DropDownControlDisplayOptions.Builder.titleOptions(Consumer<LabelOptions.Builder> titleOptions)
The options to configure the title visibility, name, and font size.
|
default RelativeDateTimeControlDisplayOptions.Builder |
RelativeDateTimeControlDisplayOptions.Builder.titleOptions(Consumer<LabelOptions.Builder> titleOptions)
The options to configure the title visibility, name, and font size.
|
default DateTimePickerControlDisplayOptions.Builder |
DateTimePickerControlDisplayOptions.Builder.titleOptions(Consumer<LabelOptions.Builder> titleOptions)
The options to configure the title visibility, name, and font size.
|
Copyright © 2023. All rights reserved.