Interface CfnDashboard.ReferenceLineCustomLabelConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.ReferenceLineCustomLabelConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
@Stability(Stable)
public static interface CfnDashboard.ReferenceLineCustomLabelConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for a custom label on a
ReferenceLine
.
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.*; ReferenceLineCustomLabelConfigurationProperty referenceLineCustomLabelConfigurationProperty = ReferenceLineCustomLabelConfigurationProperty.builder() .customLabel("customLabel") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnDashboard.ReferenceLineCustomLabelConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCustomLabel
The string text of the custom label.- See Also:
-
builder
@Stability(Stable) static CfnDashboard.ReferenceLineCustomLabelConfigurationProperty.Builder builder()
-