Interface PanelTitleOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PanelTitleOptions.Builder,PanelTitleOptions>,SdkBuilder<PanelTitleOptions.Builder,PanelTitleOptions>,SdkPojo
- Enclosing class:
- PanelTitleOptions
@Mutable @NotThreadSafe public static interface PanelTitleOptions.Builder extends SdkPojo, CopyableBuilder<PanelTitleOptions.Builder,PanelTitleOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PanelTitleOptions.BuilderfontConfiguration(Consumer<FontConfiguration.Builder> fontConfiguration)Sets the value of the FontConfiguration property for this object.PanelTitleOptions.BuilderfontConfiguration(FontConfiguration fontConfiguration)Sets the value of the FontConfiguration property for this object.PanelTitleOptions.BuilderhorizontalTextAlignment(String horizontalTextAlignment)Sets the horizontal text alignment of the title within each panel.PanelTitleOptions.BuilderhorizontalTextAlignment(HorizontalTextAlignment horizontalTextAlignment)Sets the horizontal text alignment of the title within each panel.PanelTitleOptions.Buildervisibility(String visibility)Determines whether or not panel titles are displayed.PanelTitleOptions.Buildervisibility(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
visibility
PanelTitleOptions.Builder visibility(String 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,Visibility
-
visibility
PanelTitleOptions.Builder visibility(Visibility 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,Visibility
-
fontConfiguration
PanelTitleOptions.Builder fontConfiguration(FontConfiguration 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.Builderavoiding the need to create one manually viaFontConfiguration.builder().When the
Consumercompletes,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:
fontConfiguration(FontConfiguration)
-
horizontalTextAlignment
PanelTitleOptions.Builder horizontalTextAlignment(String 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,HorizontalTextAlignment
-
horizontalTextAlignment
PanelTitleOptions.Builder horizontalTextAlignment(HorizontalTextAlignment 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,HorizontalTextAlignment
-
-