Class CfnAnalysisPropsMixin.DataPathValueProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.DataPathValueProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.DataPathValueProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.DataPathValueProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.DataPathValueProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.DataPathValueProperty>
A builder for
CfnAnalysisPropsMixin.DataPathValueProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dataPathType(CfnAnalysisPropsMixin.DataPathTypeProperty dataPathType) Sets the value ofCfnAnalysisPropsMixin.DataPathValueProperty.getDataPathType()dataPathType(IResolvable dataPathType) Sets the value ofCfnAnalysisPropsMixin.DataPathValueProperty.getDataPathType()Sets the value ofCfnAnalysisPropsMixin.DataPathValueProperty.getFieldId()fieldValue(String fieldValue) Sets the value ofCfnAnalysisPropsMixin.DataPathValueProperty.getFieldValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataPathType
@Stability(Stable) public CfnAnalysisPropsMixin.DataPathValueProperty.Builder dataPathType(IResolvable dataPathType) Sets the value ofCfnAnalysisPropsMixin.DataPathValueProperty.getDataPathType()- Parameters:
dataPathType- The type configuration of the field.- Returns:
this
-
dataPathType
@Stability(Stable) public CfnAnalysisPropsMixin.DataPathValueProperty.Builder dataPathType(CfnAnalysisPropsMixin.DataPathTypeProperty dataPathType) Sets the value ofCfnAnalysisPropsMixin.DataPathValueProperty.getDataPathType()- Parameters:
dataPathType- The type configuration of the field.- Returns:
this
-
fieldId
@Stability(Stable) public CfnAnalysisPropsMixin.DataPathValueProperty.Builder fieldId(String fieldId) Sets the value ofCfnAnalysisPropsMixin.DataPathValueProperty.getFieldId()- Parameters:
fieldId- The field ID of the field that needs to be sorted.- Returns:
this
-
fieldValue
@Stability(Stable) public CfnAnalysisPropsMixin.DataPathValueProperty.Builder fieldValue(String fieldValue) Sets the value ofCfnAnalysisPropsMixin.DataPathValueProperty.getFieldValue()- Parameters:
fieldValue- The actual value of the field that needs to be sorted.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.DataPathValueProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.DataPathValueProperty - Throws:
NullPointerException- if any required attribute was not provided
-