Interface CalculatedField.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CalculatedField.Builder,
,CalculatedField> SdkBuilder<CalculatedField.Builder,
,CalculatedField> SdkPojo
- Enclosing class:
CalculatedField
@Mutable
@NotThreadSafe
public static interface CalculatedField.Builder
extends SdkPojo, CopyableBuilder<CalculatedField.Builder,CalculatedField>
-
Method Summary
Modifier and TypeMethodDescriptiondataSetIdentifier
(String dataSetIdentifier) The data set that is used in this calculated field.expression
(String expression) The expression of the calculated field.The name of the calculated field.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dataSetIdentifier
The data set that is used in this calculated field.
- Parameters:
dataSetIdentifier
- The data set that is used in this calculated field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the calculated field.
- Parameters:
name
- The name of the calculated field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expression
The expression of the calculated field.
- Parameters:
expression
- The expression of the calculated field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-