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 Details

    • 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.