Interface CfnAnalysis.TransposedTableOptionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.TransposedTableOptionProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.TransposedTableOptionProperty
extends software.amazon.jsii.JsiiSerializable
The column option of the transposed table.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
TransposedTableOptionProperty transposedTableOptionProperty = TransposedTableOptionProperty.builder()
.columnType("columnType")
// the properties below are optional
.columnIndex(123)
.columnWidth("columnWidth")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.TransposedTableOptionPropertystatic final classAn implementation forCfnAnalysis.TransposedTableOptionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColumnType
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.
- See Also:
-
getColumnIndex
The index of a columns in a transposed table.The index range is 0-9999.
- See Also:
-
getColumnWidth
The width of a column in a transposed table.- See Also:
-
builder
-