Interface Expression.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Expression.Builder,
,Expression> SdkBuilder<Expression.Builder,
,Expression> SdkPojo
- Enclosing class:
Expression
public static interface Expression.Builder
extends SdkPojo, CopyableBuilder<Expression.Builder,Expression>
-
Method Summary
Modifier and TypeMethodDescriptionexpressionName
(String expressionName) Sets the value of the ExpressionName property for this object.expressionValue
(String expressionValue) Sets the value of the ExpressionValue property for this object.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, sdkFields
-
Method Details
-
expressionName
Sets the value of the ExpressionName property for this object.- Parameters:
expressionName
- The new value for the ExpressionName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expressionValue
Sets the value of the ExpressionValue property for this object.- Parameters:
expressionValue
- The new value for the ExpressionValue property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-