public static interface StatementData.Builder extends SdkPojo, CopyableBuilder<StatementData.Builder,StatementData>
| Modifier and Type | Method and Description |
|---|---|
StatementData.Builder |
createdAt(Instant createdAt)
The date and time (UTC) the statement was created.
|
StatementData.Builder |
id(String id)
The SQL statement identifier.
|
StatementData.Builder |
queryString(String queryString)
The SQL statement.
|
StatementData.Builder |
secretArn(String secretArn)
The name or Amazon Resource Name (ARN) of the secret that enables access to the database.
|
StatementData.Builder |
statementName(String statementName)
The name of the SQL statement.
|
StatementData.Builder |
status(StatusString status)
The status of the SQL statement.
|
StatementData.Builder |
status(String status)
The status of the SQL statement.
|
StatementData.Builder |
updatedAt(Instant updatedAt)
The date and time (UTC) that the statement metadata was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStatementData.Builder createdAt(Instant createdAt)
The date and time (UTC) the statement was created.
createdAt - The date and time (UTC) the statement was created.StatementData.Builder id(String id)
The SQL statement identifier. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API.
id - The SQL statement identifier. This value is a universally unique identifier (UUID) generated by Amazon
Redshift Data API.StatementData.Builder queryString(String queryString)
The SQL statement.
queryString - The SQL statement.StatementData.Builder secretArn(String secretArn)
The name or Amazon Resource Name (ARN) of the secret that enables access to the database.
secretArn - The name or Amazon Resource Name (ARN) of the secret that enables access to the database.StatementData.Builder statementName(String statementName)
The name of the SQL statement.
statementName - The name of the SQL statement.StatementData.Builder status(String status)
The status of the SQL statement. An example is the that the SQL statement finished.
status - The status of the SQL statement. An example is the that the SQL statement finished.StatusString,
StatusStringStatementData.Builder status(StatusString status)
The status of the SQL statement. An example is the that the SQL statement finished.
status - The status of the SQL statement. An example is the that the SQL statement finished.StatusString,
StatusStringStatementData.Builder updatedAt(Instant updatedAt)
The date and time (UTC) that the statement metadata was last updated.
updatedAt - The date and time (UTC) that the statement metadata was last updated.Copyright © 2021. All rights reserved.