Interface StatementProperties.Builder

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

@Mutable @NotThreadSafe public static interface StatementProperties.Builder extends SdkPojo, CopyableBuilder<StatementProperties.Builder,StatementProperties>
  • Method Details

    • definition

      StatementProperties.Builder definition(String definition)

      The SQL text of the statement.

      Parameters:
      definition - The SQL text of the statement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.