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")
.usePrimaryBackgroundColor("usePrimaryBackgroundColor")
.build();
- See Also:
-
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.- See Also:
-
getStatus
Determines the widget status.- See Also:
-
getUsePrimaryBackgroundColor
The primary background color options for alternate rows.- See Also:
-
builder
-