Interface SqlParameter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SqlParameter.Builder,SqlParameter>, SdkBuilder<SqlParameter.Builder,SqlParameter>, SdkPojo
Enclosing class:
SqlParameter

public static interface SqlParameter.Builder extends SdkPojo, CopyableBuilder<SqlParameter.Builder,SqlParameter>
  • Method Details

    • name

      The name of the parameter.

      Parameters:
      name - The name of the parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value of the parameter. Amazon Redshift implicitly converts to the proper data type. For more information, see Data types in the Amazon Redshift Database Developer Guide.

      Parameters:
      value - The value of the parameter. Amazon Redshift implicitly converts to the proper data type. For more information, see Data types in the Amazon Redshift Database Developer Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.