public static interface RedshiftMetadata.Builder extends 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.
|
default RedshiftMetadata.Builder |
redshiftDatabase(Consumer<RedshiftDatabase.Builder> redshiftDatabase)
Sets the value of the RedshiftDatabase 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.
|
copyapply, buildRedshiftMetadata.Builder redshiftDatabase(RedshiftDatabase redshiftDatabase)
redshiftDatabase - The new value for the RedshiftDatabase property for this object.default RedshiftMetadata.Builder redshiftDatabase(Consumer<RedshiftDatabase.Builder> redshiftDatabase)
RedshiftDatabase.Builder avoiding the need to
create one manually via RedshiftDatabase.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to redshiftDatabase(RedshiftDatabase).redshiftDatabase - a consumer that will call methods on RedshiftDatabase.BuilderredshiftDatabase(RedshiftDatabase)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 Amazon Web Services, Inc. All Rights Reserved.