| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static ParameterTextAreaControl.Builder |
ParameterTextAreaControl.builder() |
ParameterTextAreaControl.Builder |
ParameterTextAreaControl.Builder.delimiter(String delimiter)
The delimiter that is used to separate the lines in text.
|
default ParameterTextAreaControl.Builder |
ParameterTextAreaControl.Builder.displayOptions(Consumer<TextAreaControlDisplayOptions.Builder> displayOptions)
The display options of a control.
|
ParameterTextAreaControl.Builder |
ParameterTextAreaControl.Builder.displayOptions(TextAreaControlDisplayOptions displayOptions)
The display options of a control.
|
ParameterTextAreaControl.Builder |
ParameterTextAreaControl.Builder.parameterControlId(String parameterControlId)
The ID of the
ParameterTextAreaControl. |
ParameterTextAreaControl.Builder |
ParameterTextAreaControl.Builder.sourceParameterName(String sourceParameterName)
The source parameter name of the
ParameterTextAreaControl. |
ParameterTextAreaControl.Builder |
ParameterTextAreaControl.Builder.title(String title)
The title of the
ParameterTextAreaControl. |
ParameterTextAreaControl.Builder |
ParameterTextAreaControl.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ParameterTextAreaControl.Builder> |
ParameterTextAreaControl.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ParameterControl.Builder |
ParameterControl.Builder.textArea(Consumer<ParameterTextAreaControl.Builder> textArea)
A control to display a text box that is used to enter multiple entries.
|
Copyright © 2023. All rights reserved.