Interface CfnAnalysisPropsMixin.TransposedTableOptionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysisPropsMixin.TransposedTableOptionProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysisPropsMixin
@Stability(Stable)
public static interface CfnAnalysisPropsMixin.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.cfnpropertymixins.services.quicksight.*;
TransposedTableOptionProperty transposedTableOptionProperty = TransposedTableOptionProperty.builder()
.columnIndex(123)
.columnType("columnType")
.columnWidth("columnWidth")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysisPropsMixin.TransposedTableOptionPropertystatic final classAn implementation forCfnAnalysisPropsMixin.TransposedTableOptionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColumnIndex
The index of a columns in a transposed table.The index range is 0-9999.
- See Also:
-
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:
-
getColumnWidth
The width of a column in a transposed table.- See Also:
-
builder
-