Interface TextAreaControlDisplayOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TextAreaControlDisplayOptions.Builder,
,TextAreaControlDisplayOptions> SdkBuilder<TextAreaControlDisplayOptions.Builder,
,TextAreaControlDisplayOptions> SdkPojo
- Enclosing class:
TextAreaControlDisplayOptions
-
Method Summary
Modifier and TypeMethodDescriptioninfoIconLabelOptions
(Consumer<SheetControlInfoIconLabelOptions.Builder> infoIconLabelOptions) The configuration of info icon label options.infoIconLabelOptions
(SheetControlInfoIconLabelOptions infoIconLabelOptions) The configuration of info icon label options.placeholderOptions
(Consumer<TextControlPlaceholderOptions.Builder> placeholderOptions) The configuration of the placeholder options in a text area control.placeholderOptions
(TextControlPlaceholderOptions placeholderOptions) The configuration of the placeholder options in a text area control.titleOptions
(Consumer<LabelOptions.Builder> titleOptions) The options to configure the title visibility, name, and font size.titleOptions
(LabelOptions titleOptions) The options to configure the title visibility, name, and font size.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
titleOptions
The options to configure the title visibility, name, and font size.
- Parameters:
titleOptions
- The options to configure the title visibility, name, and font size.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
titleOptions
default TextAreaControlDisplayOptions.Builder titleOptions(Consumer<LabelOptions.Builder> titleOptions) The options to configure the title visibility, name, and font size.
This is a convenience method that creates an instance of theLabelOptions.Builder
avoiding the need to create one manually viaLabelOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totitleOptions(LabelOptions)
.- Parameters:
titleOptions
- a consumer that will call methods onLabelOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
placeholderOptions
TextAreaControlDisplayOptions.Builder placeholderOptions(TextControlPlaceholderOptions placeholderOptions) The configuration of the placeholder options in a text area control.
- Parameters:
placeholderOptions
- The configuration of the placeholder options in a text area control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
placeholderOptions
default TextAreaControlDisplayOptions.Builder placeholderOptions(Consumer<TextControlPlaceholderOptions.Builder> placeholderOptions) The configuration of the placeholder options in a text area control.
This is a convenience method that creates an instance of theTextControlPlaceholderOptions.Builder
avoiding the need to create one manually viaTextControlPlaceholderOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toplaceholderOptions(TextControlPlaceholderOptions)
.- Parameters:
placeholderOptions
- a consumer that will call methods onTextControlPlaceholderOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
infoIconLabelOptions
TextAreaControlDisplayOptions.Builder infoIconLabelOptions(SheetControlInfoIconLabelOptions infoIconLabelOptions) The configuration of info icon label options.
- Parameters:
infoIconLabelOptions
- The configuration of info icon label options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
infoIconLabelOptions
default TextAreaControlDisplayOptions.Builder infoIconLabelOptions(Consumer<SheetControlInfoIconLabelOptions.Builder> infoIconLabelOptions) The configuration of info icon label options.
This is a convenience method that creates an instance of theSheetControlInfoIconLabelOptions.Builder
avoiding the need to create one manually viaSheetControlInfoIconLabelOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinfoIconLabelOptions(SheetControlInfoIconLabelOptions)
.- Parameters:
infoIconLabelOptions
- a consumer that will call methods onSheetControlInfoIconLabelOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-