Interface CfnAnalysis.GradientStopProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.GradientStopProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.GradientStopProperty
extends software.amazon.jsii.JsiiSerializable
Determines the gradient stop configuration.
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.*; GradientStopProperty gradientStopProperty = GradientStopProperty.builder() .gradientOffset(123) // the properties below are optional .color("color") .dataValue(123) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.GradientStopProperty
static final class
An implementation forCfnAnalysis.GradientStopProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGradientOffset
Determines gradient offset value. -
getColor
Determines the color. -
getDataValue
Determines the data value. -
builder
-