Class CfnDashboard.FieldLabelTypeProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.FieldLabelTypeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.FieldLabelTypeProperty>
- Enclosing interface:
CfnDashboard.FieldLabelTypeProperty
@Stability(Stable)
public static final class CfnDashboard.FieldLabelTypeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.FieldLabelTypeProperty>
A builder for
CfnDashboard.FieldLabelTypeProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnDashboard.FieldLabelTypeProperty.getFieldId()
visibility
(String visibility) Sets the value ofCfnDashboard.FieldLabelTypeProperty.getVisibility()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fieldId
Sets the value ofCfnDashboard.FieldLabelTypeProperty.getFieldId()
- Parameters:
fieldId
- Indicates the field that is targeted by the field label.- Returns:
this
-
visibility
Sets the value ofCfnDashboard.FieldLabelTypeProperty.getVisibility()
- Parameters:
visibility
- The visibility of the field label.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.FieldLabelTypeProperty>
- Returns:
- a new instance of
CfnDashboard.FieldLabelTypeProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-