Interface CfnAnalysis.RowAlternateColorOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.RowAlternateColorOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.RowAlternateColorOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Determines the row alternate color options.
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.*;
RowAlternateColorOptionsProperty rowAlternateColorOptionsProperty = RowAlternateColorOptionsProperty.builder()
.rowAlternateColors(List.of("rowAlternateColors"))
.status("status")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.RowAlternateColorOptionsPropertystatic final classAn implementation forCfnAnalysis.RowAlternateColorOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRowAlternateColors
Determines the list of row alternate colors. -
getStatus
Determines the widget status. -
builder
-