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 |
sqls(Collection<String> sqls)
Sets the value of the Sqls property for this object.
|
RedshiftDataParameters.Builder |
sqls(String... sqls)
Sets the value of the Sqls property for this object.
|
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.
Do not provide this parameter when connecting to a Redshift Serverless workgroup.
dbUser - The database user name. Required when authenticating using temporary credentials.
Do not provide this parameter when connecting to a Redshift Serverless workgroup.
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.RedshiftDataParameters.Builder sqls(Collection<String> sqls)
sqls - The new value for the Sqls property for this object.RedshiftDataParameters.Builder sqls(String... sqls)
sqls - The new value for the Sqls property for this object.Copyright © 2023. All rights reserved.