Interface CfnAnalysis.GeospatialGradientStepColorProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.GeospatialGradientStepColorProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.GeospatialGradientStepColorProperty
extends software.amazon.jsii.JsiiSerializable
The gradient step color for a single step.
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.*; GeospatialGradientStepColorProperty geospatialGradientStepColorProperty = GeospatialGradientStepColorProperty.builder() .color("color") .dataValue(123) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.GeospatialGradientStepColorProperty
static final class
An implementation forCfnAnalysis.GeospatialGradientStepColorProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getColor
The color and opacity values for the gradient step color.- See Also:
-
getDataValue
The data value for the gradient step color.Default: - 0
- See Also:
-
builder
-