| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshiftdata.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeStatementResponse.Builder |
DescribeStatementResponse.builder() |
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.clusterIdentifier(String clusterIdentifier)
The cluster identifier.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.createdAt(Instant createdAt)
The date and time (UTC) when the SQL statement was submitted to run.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.database(String database)
The name of the database.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.dbUser(String dbUser)
The database user name.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.duration(Long duration)
The amount of time in nanoseconds that the statement ran.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.error(String error)
The error message from the cluster if the SQL statement encountered an error while running.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.hasResultSet(Boolean hasResultSet)
A value that indicates whether the statement has a result set.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.id(String id)
The identifier of the SQL statement described.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.queryParameters(Collection<SqlParameter> queryParameters)
The parameters for the SQL statement.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.queryParameters(Consumer<SqlParameter.Builder>... queryParameters)
The parameters for the SQL statement.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.queryParameters(SqlParameter... queryParameters)
The parameters for the SQL statement.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.queryString(String queryString)
The SQL statement text.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.redshiftPid(Long redshiftPid)
The process identifier from Amazon Redshift.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.redshiftQueryId(Long redshiftQueryId)
The identifier of the query generated by Amazon Redshift.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.resultRows(Long resultRows)
Either the number of rows returned from the SQL statement or the number of rows affected.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.resultSize(Long resultSize)
The size in bytes of the returned results.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.secretArn(String secretArn)
The name or Amazon Resource Name (ARN) of the secret that enables access to the database.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.status(StatusString status)
The status of the SQL statement being described.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.status(String status)
The status of the SQL statement being described.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.subStatements(Collection<SubStatementData> subStatements)
The SQL statements from a multiple statement run.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.subStatements(Consumer<SubStatementData.Builder>... subStatements)
The SQL statements from a multiple statement run.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.subStatements(SubStatementData... subStatements)
The SQL statements from a multiple statement run.
|
DescribeStatementResponse.Builder |
DescribeStatementResponse.toBuilder() |
DescribeStatementResponse.Builder |
DescribeStatementResponse.Builder.updatedAt(Instant updatedAt)
The date and time (UTC) that the metadata for the SQL statement was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeStatementResponse.Builder> |
DescribeStatementResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.