Interface SheetBackgroundStyle.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SheetBackgroundStyle.Builder,,SheetBackgroundStyle> SdkBuilder<SheetBackgroundStyle.Builder,,SheetBackgroundStyle> SdkPojo
- Enclosing class:
SheetBackgroundStyle
@Mutable
@NotThreadSafe
public static interface SheetBackgroundStyle.Builder
extends SdkPojo, CopyableBuilder<SheetBackgroundStyle.Builder,SheetBackgroundStyle>
-
Method Summary
Modifier and TypeMethodDescriptionThe solid color background option for sheets.The gradient background option for sheets.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
color
The solid color background option for sheets.
- Parameters:
color- The solid color background option for sheets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gradient
The gradient background option for sheets.
- Parameters:
gradient- The gradient background option for sheets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-