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