Interface CfnTemplate.GradientStopProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.GradientStopProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.GradientStopProperty
static final class
An implementation forCfnTemplate.GradientStopProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGradientOffset
Determines gradient offset value.Default: - 0
- See Also:
-
getColor
Determines the color.- See Also:
-
getDataValue
Determines the data value.- See Also:
-
builder
-