Interface TableStyleTarget.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TableStyleTarget.Builder,
,TableStyleTarget> SdkBuilder<TableStyleTarget.Builder,
,TableStyleTarget> SdkPojo
- Enclosing class:
TableStyleTarget
@Mutable
@NotThreadSafe
public static interface TableStyleTarget.Builder
extends SdkPojo, CopyableBuilder<TableStyleTarget.Builder,TableStyleTarget>
-
Method Summary
Modifier and TypeMethodDescriptionThe cell type of the table style target.cellType
(StyledCellType cellType) The cell type of the table style target.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 Details
-
cellType
The cell type of the table style target.
- Parameters:
cellType
- The cell type of the table style target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
cellType
The cell type of the table style target.
- Parameters:
cellType
- The cell type of the table style target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-