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