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