Interface CfnAnalysis.VisibleRangeOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.VisibleRangeOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.VisibleRangeOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The range options for the data zoom scroll bar.
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.*;
VisibleRangeOptionsProperty visibleRangeOptionsProperty = VisibleRangeOptionsProperty.builder()
.percentRange(PercentVisibleRangeProperty.builder()
.from(123)
.to(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.VisibleRangeOptionsPropertystatic final classAn implementation forCfnAnalysis.VisibleRangeOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPercentRange
The percent range in the visible range.Returns union: either
IResolvableorCfnAnalysis.PercentVisibleRangeProperty- See Also:
-
builder
-