Interface CfnAnalysis.FieldLabelTypeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.FieldLabelTypeProperty.Jsii$Proxy
- Enclosing class:
- CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.FieldLabelTypeProperty
extends software.amazon.jsii.JsiiSerializable
The field label type.
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.*; FieldLabelTypeProperty fieldLabelTypeProperty = FieldLabelTypeProperty.builder() .fieldId("fieldId") .visibility("visibility") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.FieldLabelTypeProperty
static final class
An implementation forCfnAnalysis.FieldLabelTypeProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFieldId
Indicates the field that is targeted by the field label. -
getVisibility
The visibility of the field label. -
builder
-