Interface CfnAnalysis.DataLabelTypeProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAnalysis.DataLabelTypeProperty.Jsii$Proxy
Enclosing class:
CfnAnalysis

@Stability(Stable) public static interface CfnAnalysis.DataLabelTypeProperty extends software.amazon.jsii.JsiiSerializable
The option that determines the data label type.

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.*;
 DataLabelTypeProperty dataLabelTypeProperty = DataLabelTypeProperty.builder()
         .dataPathLabelType(DataPathLabelTypeProperty.builder()
                 .fieldId("fieldId")
                 .fieldValue("fieldValue")
                 .visibility("visibility")
                 .build())
         .fieldLabelType(FieldLabelTypeProperty.builder()
                 .fieldId("fieldId")
                 .visibility("visibility")
                 .build())
         .maximumLabelType(MaximumLabelTypeProperty.builder()
                 .visibility("visibility")
                 .build())
         .minimumLabelType(MinimumLabelTypeProperty.builder()
                 .visibility("visibility")
                 .build())
         .rangeEndsLabelType(RangeEndsLabelTypeProperty.builder()
                 .visibility("visibility")
                 .build())
         .build();
 
  • Method Details

    • getDataPathLabelType

      @Stability(Stable) @Nullable default Object getDataPathLabelType()
      The option that specifies individual data values for labels.
    • getFieldLabelType

      @Stability(Stable) @Nullable default Object getFieldLabelType()
      Determines the label configuration for the entire field.
    • getMaximumLabelType

      @Stability(Stable) @Nullable default Object getMaximumLabelType()
      Determines the label configuration for the maximum value in a visual.
    • getMinimumLabelType

      @Stability(Stable) @Nullable default Object getMinimumLabelType()
      Determines the label configuration for the minimum value in a visual.
    • getRangeEndsLabelType

      @Stability(Stable) @Nullable default Object getRangeEndsLabelType()
      Determines the label configuration for range end value in a visual.
    • builder

      @Stability(Stable) static CfnAnalysis.DataLabelTypeProperty.Builder builder()
      Returns:
      a CfnAnalysis.DataLabelTypeProperty.Builder of CfnAnalysis.DataLabelTypeProperty