static RedshiftPropertiesInput.Builder |
RedshiftPropertiesInput.builder() |
|
default RedshiftPropertiesInput.Builder |
RedshiftPropertiesInput.Builder.credentials(Consumer<RedshiftCredentials.Builder> credentials) |
The Amaon Redshift credentials.
|
RedshiftPropertiesInput.Builder |
RedshiftPropertiesInput.Builder.credentials(RedshiftCredentials credentials) |
The Amaon Redshift credentials.
|
RedshiftPropertiesInput.Builder |
RedshiftPropertiesInput.Builder.databaseName(String databaseName) |
The Amazon Redshift database name.
|
RedshiftPropertiesInput.Builder |
RedshiftPropertiesInput.Builder.host(String host) |
The Amazon Redshift host.
|
default RedshiftPropertiesInput.Builder |
RedshiftPropertiesInput.Builder.lineageSync(Consumer<RedshiftLineageSyncConfigurationInput.Builder> lineageSync) |
The lineage sync of the Amazon Redshift.
|
RedshiftPropertiesInput.Builder |
RedshiftPropertiesInput.Builder.lineageSync(RedshiftLineageSyncConfigurationInput lineageSync) |
The lineage sync of the Amazon Redshift.
|
RedshiftPropertiesInput.Builder |
RedshiftPropertiesInput.Builder.port(Integer port) |
The Amaon Redshift port.
|
default RedshiftPropertiesInput.Builder |
RedshiftPropertiesInput.Builder.storage(Consumer<RedshiftStorageProperties.Builder> storage) |
The Amazon Redshift storage.
|
RedshiftPropertiesInput.Builder |
RedshiftPropertiesInput.Builder.storage(RedshiftStorageProperties storage) |
The Amazon Redshift storage.
|
RedshiftPropertiesInput.Builder |
RedshiftPropertiesInput.toBuilder() |
|