Interface TransposedTableOption.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TransposedTableOption.Builder,,- TransposedTableOption> - SdkBuilder<TransposedTableOption.Builder,,- TransposedTableOption> - SdkPojo
- Enclosing class:
- TransposedTableOption
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
columnIndexThe 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.
 
- 
columnWidthThe 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.
 
- 
columnTypeThe 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:
 
- 
 
- 
columnTypeThe 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:
 
- 
 
 
-