Interface PanelTitleOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PanelTitleOptions.Builder,
,PanelTitleOptions> SdkBuilder<PanelTitleOptions.Builder,
,PanelTitleOptions> SdkPojo
- Enclosing class:
PanelTitleOptions
public static interface PanelTitleOptions.Builder
extends SdkPojo, CopyableBuilder<PanelTitleOptions.Builder,PanelTitleOptions>
-
Method Summary
Modifier and TypeMethodDescriptiondefault PanelTitleOptions.Builder
fontConfiguration
(Consumer<FontConfiguration.Builder> fontConfiguration) Sets the value of the FontConfiguration property for this object.fontConfiguration
(FontConfiguration fontConfiguration) Sets the value of the FontConfiguration property for this object.horizontalTextAlignment
(String horizontalTextAlignment) Sets the horizontal text alignment of the title within each panel.horizontalTextAlignment
(HorizontalTextAlignment horizontalTextAlignment) Sets the horizontal text alignment of the title within each panel.visibility
(String visibility) Determines whether or not panel titles are displayed.visibility
(Visibility visibility) Determines whether or not panel titles are displayed.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
-
visibility
Determines whether or not panel titles are displayed.
- Parameters:
visibility
- Determines whether or not panel titles are displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visibility
Determines whether or not panel titles are displayed.
- Parameters:
visibility
- Determines whether or not panel titles are displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fontConfiguration
Sets the value of the FontConfiguration property for this object.- Parameters:
fontConfiguration
- The new value for the FontConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fontConfiguration
default PanelTitleOptions.Builder fontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration) Sets the value of the FontConfiguration property for this object. This is a convenience method that creates an instance of theFontConfiguration.Builder
avoiding the need to create one manually viaFontConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofontConfiguration(FontConfiguration)
.- Parameters:
fontConfiguration
- a consumer that will call methods onFontConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
horizontalTextAlignment
Sets the horizontal text alignment of the title within each panel.
- Parameters:
horizontalTextAlignment
- Sets the horizontal text alignment of the title within each panel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
horizontalTextAlignment
Sets the horizontal text alignment of the title within each panel.
- Parameters:
horizontalTextAlignment
- Sets the horizontal text alignment of the title within each panel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-