Interface TransposedTableOption.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TransposedTableOption.Builder,,TransposedTableOption> SdkBuilder<TransposedTableOption.Builder,,TransposedTableOption> SdkPojo
- Enclosing class:
 TransposedTableOption
- 
Method Summary
Modifier and TypeMethodDescriptioncolumnIndex(Integer columnIndex) The index of a columns in a transposed table.columnType(String columnType) The column type of the column in a transposed table.columnType(TransposedColumnType columnType) The column type of the column in a transposed table.columnWidth(String columnWidth) The width of a column in a transposed table.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
- 
columnIndex
The index of a columns in a transposed table. The index range is 0-9999.
- Parameters:
 columnIndex- The index of a columns in a transposed table. The index range is 0-9999.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
columnWidth
The width of a column in a transposed table.
- Parameters:
 columnWidth- The width of a column in a transposed table.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
columnType
The column type of the column in a transposed table. Choose one of the following options:
- 
 
ROW_HEADER_COLUMN: Refers to the leftmost column of the row header in the transposed table. - 
 
VALUE_COLUMN: Refers to all value columns in the transposed table. 
- Parameters:
 columnType- The column type of the column in a transposed table. Choose one of the following options:- 
        
ROW_HEADER_COLUMN: Refers to the leftmost column of the row header in the transposed table. - 
        
VALUE_COLUMN: Refers to all value columns in the transposed table. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 - 
columnType
The column type of the column in a transposed table. Choose one of the following options:
- 
 
ROW_HEADER_COLUMN: Refers to the leftmost column of the row header in the transposed table. - 
 
VALUE_COLUMN: Refers to all value columns in the transposed table. 
- Parameters:
 columnType- The column type of the column in a transposed table. Choose one of the following options:- 
        
ROW_HEADER_COLUMN: Refers to the leftmost column of the row header in the transposed table. - 
        
VALUE_COLUMN: Refers to all value columns in the transposed table. 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
 
 
 -