public static interface PreparedStatement.Builder extends SdkPojo, CopyableBuilder<PreparedStatement.Builder,PreparedStatement>
| Modifier and Type | Method and Description |
|---|---|
PreparedStatement.Builder |
description(String description)
The description of the prepared statement.
|
PreparedStatement.Builder |
lastModifiedTime(Instant lastModifiedTime)
The last modified time of the prepared statement.
|
PreparedStatement.Builder |
queryStatement(String queryStatement)
The query string for the prepared statement.
|
PreparedStatement.Builder |
statementName(String statementName)
The name of the prepared statement.
|
PreparedStatement.Builder |
workGroupName(String workGroupName)
The name of the workgroup to which the prepared statement belongs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPreparedStatement.Builder statementName(String statementName)
The name of the prepared statement.
statementName - The name of the prepared statement.PreparedStatement.Builder queryStatement(String queryStatement)
The query string for the prepared statement.
queryStatement - The query string for the prepared statement.PreparedStatement.Builder workGroupName(String workGroupName)
The name of the workgroup to which the prepared statement belongs.
workGroupName - The name of the workgroup to which the prepared statement belongs.PreparedStatement.Builder description(String description)
The description of the prepared statement.
description - The description of the prepared statement.PreparedStatement.Builder lastModifiedTime(Instant lastModifiedTime)
The last modified time of the prepared statement.
lastModifiedTime - The last modified time of the prepared statement.Copyright © 2023. All rights reserved.