public static interface RedshiftDataParameters.Builder extends SdkPojo, CopyableBuilder<RedshiftDataParameters.Builder,RedshiftDataParameters>
| Modifier and Type | Method and Description |
|---|---|
RedshiftDataParameters.Builder |
database(String database)
The name of the database.
|
RedshiftDataParameters.Builder |
dbUser(String dbUser)
The database user name.
|
RedshiftDataParameters.Builder |
secretManagerArn(String secretManagerArn)
The name or ARN of the secret that enables access to the database.
|
RedshiftDataParameters.Builder |
sql(String sql)
The SQL statement text to run.
|
RedshiftDataParameters.Builder |
statementName(String statementName)
The name of the SQL statement.
|
RedshiftDataParameters.Builder |
withEvent(Boolean withEvent)
Indicates whether to send an event back to EventBridge after the SQL statement runs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRedshiftDataParameters.Builder secretManagerArn(String secretManagerArn)
The name or ARN of the secret that enables access to the database. Required when authenticating using Amazon Web Services Secrets Manager.
secretManagerArn - The name or ARN of the secret that enables access to the database. Required when authenticating using
Amazon Web Services Secrets Manager.RedshiftDataParameters.Builder database(String database)
The name of the database. Required when authenticating using temporary credentials.
database - The name of the database. Required when authenticating using temporary credentials.RedshiftDataParameters.Builder dbUser(String dbUser)
The database user name. Required when authenticating using temporary credentials.
dbUser - The database user name. Required when authenticating using temporary credentials.RedshiftDataParameters.Builder sql(String sql)
The SQL statement text to run.
sql - The SQL statement text to run.RedshiftDataParameters.Builder statementName(String statementName)
The name of the SQL statement. You can name the SQL statement when you create it to identify the query.
statementName - The name of the SQL statement. You can name the SQL statement when you create it to identify the
query.RedshiftDataParameters.Builder withEvent(Boolean withEvent)
Indicates whether to send an event back to EventBridge after the SQL statement runs.
withEvent - Indicates whether to send an event back to EventBridge after the SQL statement runs.Copyright © 2022. All rights reserved.