public static interface RedshiftMetadata.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<RedshiftMetadata.Builder,RedshiftMetadata>
| Modifier and Type | Method and Description |
|---|---|
RedshiftMetadata.Builder |
databaseUserName(String databaseUserName)
Sets the value of the DatabaseUserName property for this object.
|
RedshiftMetadata.Builder |
redshiftDatabase(RedshiftDatabase redshiftDatabase)
Sets the value of the RedshiftDatabase property for this object.
|
RedshiftMetadata.Builder |
selectSqlQuery(String selectSqlQuery)
The SQL query that is specified during CreateDataSourceFromRedshift.
|
RedshiftMetadata.Builder redshiftDatabase(RedshiftDatabase redshiftDatabase)
redshiftDatabase - The new value for the RedshiftDatabase property for this object.RedshiftMetadata.Builder databaseUserName(String databaseUserName)
databaseUserName - The new value for the DatabaseUserName property for this object.RedshiftMetadata.Builder selectSqlQuery(String selectSqlQuery)
The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if
Verbose is true in GetDataSourceInput.
selectSqlQuery - The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if
Verbose is true in GetDataSourceInput.Copyright © 2017. All rights reserved.