public static interface ExecuteStatementResponse.Builder extends RedshiftDataResponse.Builder, SdkPojo, CopyableBuilder<ExecuteStatementResponse.Builder,ExecuteStatementResponse>
| Modifier and Type | Method and Description |
|---|---|
ExecuteStatementResponse.Builder |
clusterIdentifier(String clusterIdentifier)
The cluster identifier.
|
ExecuteStatementResponse.Builder |
createdAt(Instant createdAt)
The date and time (UTC) the statement was created.
|
ExecuteStatementResponse.Builder |
database(String database)
The name of the database.
|
ExecuteStatementResponse.Builder |
dbUser(String dbUser)
The database user name.
|
ExecuteStatementResponse.Builder |
id(String id)
The identifier of the SQL statement whose results are to be fetched.
|
ExecuteStatementResponse.Builder |
secretArn(String secretArn)
The name or ARN of the secret that enables access to the database.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildExecuteStatementResponse.Builder clusterIdentifier(String clusterIdentifier)
The cluster identifier. This parameter is not returned when connecting to a serverless endpoint.
clusterIdentifier - The cluster identifier. This parameter is not returned when connecting to a serverless endpoint.ExecuteStatementResponse.Builder createdAt(Instant createdAt)
The date and time (UTC) the statement was created.
createdAt - The date and time (UTC) the statement was created.ExecuteStatementResponse.Builder database(String database)
The name of the database.
database - The name of the database.ExecuteStatementResponse.Builder dbUser(String dbUser)
The database user name.
dbUser - The database user name.ExecuteStatementResponse.Builder id(String id)
The identifier of the SQL statement whose results are to be fetched. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API.
id - The identifier of the SQL statement whose results are to be fetched. This value is a universally
unique identifier (UUID) generated by Amazon Redshift Data API.ExecuteStatementResponse.Builder secretArn(String secretArn)
The name or ARN of the secret that enables access to the database.
secretArn - The name or ARN of the secret that enables access to the database.Copyright © 2022. All rights reserved.