Interface CfnTemplate.ReferenceLineCustomLabelConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.ReferenceLineCustomLabelConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnTemplate.ReferenceLineCustomLabelConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCustomLabel
The string text of the custom label. -
builder
@Stability(Stable) static CfnTemplate.ReferenceLineCustomLabelConfigurationProperty.Builder builder()
-