Interface CfnAnalysis.ReferenceLineCustomLabelConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.ReferenceLineCustomLabelConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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 forCfnAnalysis.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 CfnAnalysis.ReferenceLineCustomLabelConfigurationProperty.Builder builder()
-