Interface TableStyleTarget.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<TableStyleTarget.Builder,TableStyleTarget>
,SdkBuilder<TableStyleTarget.Builder,TableStyleTarget>
,SdkPojo
- Enclosing class:
- TableStyleTarget
public static interface TableStyleTarget.Builder extends SdkPojo, CopyableBuilder<TableStyleTarget.Builder,TableStyleTarget>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TableStyleTarget.Builder
cellType(String cellType)
The cell type of the table style target.TableStyleTarget.Builder
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, sdkFields
-
-
-
-
Method Detail
-
cellType
TableStyleTarget.Builder cellType(String 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:
StyledCellType
,StyledCellType
-
cellType
TableStyleTarget.Builder cellType(StyledCellType 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:
StyledCellType
,StyledCellType
-
-