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