static RedshiftPropertiesPatch.Builder |
RedshiftPropertiesPatch.builder() |
|
default RedshiftPropertiesPatch.Builder |
RedshiftPropertiesPatch.Builder.credentials(Consumer<RedshiftCredentials.Builder> credentials) |
The credentials in the Amazon Redshift properties patch.
|
RedshiftPropertiesPatch.Builder |
RedshiftPropertiesPatch.Builder.credentials(RedshiftCredentials credentials) |
The credentials in the Amazon Redshift properties patch.
|
RedshiftPropertiesPatch.Builder |
RedshiftPropertiesPatch.Builder.databaseName(String databaseName) |
The name in the Amazon Redshift properties patch.
|
RedshiftPropertiesPatch.Builder |
RedshiftPropertiesPatch.Builder.host(String host) |
The host in the Amazon Redshift properties patch.
|
default RedshiftPropertiesPatch.Builder |
RedshiftPropertiesPatch.Builder.lineageSync(Consumer<RedshiftLineageSyncConfigurationInput.Builder> lineageSync) |
The lineage sync in the Amazon Redshift properties patch.
|
RedshiftPropertiesPatch.Builder |
RedshiftPropertiesPatch.Builder.lineageSync(RedshiftLineageSyncConfigurationInput lineageSync) |
The lineage sync in the Amazon Redshift properties patch.
|
RedshiftPropertiesPatch.Builder |
RedshiftPropertiesPatch.Builder.port(Integer port) |
The port in the Amazon Redshift properties patch.
|
default RedshiftPropertiesPatch.Builder |
RedshiftPropertiesPatch.Builder.storage(Consumer<RedshiftStorageProperties.Builder> storage) |
The storage in the Amazon Redshift properties patch.
|
RedshiftPropertiesPatch.Builder |
RedshiftPropertiesPatch.Builder.storage(RedshiftStorageProperties storage) |
The storage in the Amazon Redshift properties patch.
|
RedshiftPropertiesPatch.Builder |
RedshiftPropertiesPatch.toBuilder() |
|