Interface CalculatedMeasureField.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CalculatedMeasureField.Builder,,CalculatedMeasureField> SdkBuilder<CalculatedMeasureField.Builder,,CalculatedMeasureField> SdkPojo
- Enclosing class:
CalculatedMeasureField
public static interface CalculatedMeasureField.Builder
extends SdkPojo, CopyableBuilder<CalculatedMeasureField.Builder,CalculatedMeasureField>
-
Method Summary
Modifier and TypeMethodDescriptionexpression(String expression) The expression in the table calculation.The custom field ID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
fieldId
The custom field ID.
- Parameters:
fieldId- The custom field ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expression
The expression in the table calculation.
- Parameters:
expression- The expression in the table calculation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-