Interface CfnAnalysis.AxisLinearScaleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.AxisLinearScaleProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.AxisLinearScaleProperty
extends software.amazon.jsii.JsiiSerializable
The liner axis scale setup.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
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.*;
AxisLinearScaleProperty axisLinearScaleProperty = AxisLinearScaleProperty.builder()
.stepCount(123)
.stepSize(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.AxisLinearScalePropertystatic final classAn implementation forCfnAnalysis.AxisLinearScaleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStepCount
The step count setup of a linear axis.- See Also:
-
getStepSize
The step size setup of a linear axis.- See Also:
-
builder
-