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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Expression.BuilderexpressionName(String expressionName)Sets the value of the ExpressionName property for this object.Expression.BuilderexpressionValue(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 Detail
-
expressionName
Expression.Builder expressionName(String 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
Expression.Builder expressionValue(String 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.
-
-