public static interface BatchExecuteStatementResponse.Builder extends RedshiftDataResponse.Builder, SdkPojo, CopyableBuilder<BatchExecuteStatementResponse.Builder,BatchExecuteStatementResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchExecuteStatementResponse.Builder |
clusterIdentifier(String clusterIdentifier)
The cluster identifier.
|
BatchExecuteStatementResponse.Builder |
createdAt(Instant createdAt)
The date and time (UTC) the statement was created.
|
BatchExecuteStatementResponse.Builder |
database(String database)
The name of the database.
|
BatchExecuteStatementResponse.Builder |
dbUser(String dbUser)
The database user name.
|
BatchExecuteStatementResponse.Builder |
id(String id)
The identifier of the SQL statement whose results are to be fetched.
|
BatchExecuteStatementResponse.Builder |
secretArn(String secretArn)
The name or ARN of the secret that enables access to the database.
|
BatchExecuteStatementResponse.Builder |
workgroupName(String workgroupName)
The serverless workgroup name or Amazon Resource Name (ARN).
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchExecuteStatementResponse.Builder clusterIdentifier(String clusterIdentifier)
The cluster identifier. This element is not returned when connecting to a serverless workgroup.
clusterIdentifier - The cluster identifier. This element is not returned when connecting to a serverless workgroup.BatchExecuteStatementResponse.Builder createdAt(Instant createdAt)
The date and time (UTC) the statement was created.
createdAt - The date and time (UTC) the statement was created.BatchExecuteStatementResponse.Builder database(String database)
The name of the database.
database - The name of the database.BatchExecuteStatementResponse.Builder dbUser(String dbUser)
The database user name.
dbUser - The database user name.BatchExecuteStatementResponse.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. This identifier is returned by
BatchExecuteStatment.
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. This identifier is returned by
BatchExecuteStatment.BatchExecuteStatementResponse.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.BatchExecuteStatementResponse.Builder workgroupName(String workgroupName)
The serverless workgroup name or Amazon Resource Name (ARN). This element is not returned when connecting to a provisioned cluster.
workgroupName - The serverless workgroup name or Amazon Resource Name (ARN). This element is not returned when
connecting to a provisioned cluster.Copyright © 2023. All rights reserved.