static RedshiftPropertiesOutput.Builder |
RedshiftPropertiesOutput.builder() |
|
default RedshiftPropertiesOutput.Builder |
RedshiftPropertiesOutput.Builder.credentials(Consumer<RedshiftCredentials.Builder> credentials) |
The Amazon Redshift credentials.
|
RedshiftPropertiesOutput.Builder |
RedshiftPropertiesOutput.Builder.credentials(RedshiftCredentials credentials) |
The Amazon Redshift credentials.
|
RedshiftPropertiesOutput.Builder |
RedshiftPropertiesOutput.Builder.databaseName(String databaseName) |
The Amazon Redshift database name.
|
RedshiftPropertiesOutput.Builder |
RedshiftPropertiesOutput.Builder.isProvisionedSecret(Boolean isProvisionedSecret) |
Specifies whether Amaon Redshift properties has a provisioned secret.
|
RedshiftPropertiesOutput.Builder |
RedshiftPropertiesOutput.Builder.jdbcIamUrl(String jdbcIamUrl) |
The jdbcIam URL of the Amazon Redshift properties.
|
RedshiftPropertiesOutput.Builder |
RedshiftPropertiesOutput.Builder.jdbcUrl(String jdbcUrl) |
The jdbcURL of the Amazon Redshift properties.
|
default RedshiftPropertiesOutput.Builder |
RedshiftPropertiesOutput.Builder.lineageSync(Consumer<RedshiftLineageSyncConfigurationOutput.Builder> lineageSync) |
The lineage syn of the Amazon Redshift properties.
|
RedshiftPropertiesOutput.Builder |
RedshiftPropertiesOutput.Builder.lineageSync(RedshiftLineageSyncConfigurationOutput lineageSync) |
The lineage syn of the Amazon Redshift properties.
|
RedshiftPropertiesOutput.Builder |
RedshiftPropertiesOutput.Builder.redshiftTempDir(String redshiftTempDir) |
The redshiftTempDir of the Amazon Redshift properties.
|
RedshiftPropertiesOutput.Builder |
RedshiftPropertiesOutput.Builder.status(String status) |
The status in the Amazon Redshift properties.
|
RedshiftPropertiesOutput.Builder |
RedshiftPropertiesOutput.Builder.status(ConnectionStatus status) |
The status in the Amazon Redshift properties.
|
default RedshiftPropertiesOutput.Builder |
RedshiftPropertiesOutput.Builder.storage(Consumer<RedshiftStorageProperties.Builder> storage) |
The storage in the Amazon Redshift properties.
|
RedshiftPropertiesOutput.Builder |
RedshiftPropertiesOutput.Builder.storage(RedshiftStorageProperties storage) |
The storage in the Amazon Redshift properties.
|
RedshiftPropertiesOutput.Builder |
RedshiftPropertiesOutput.toBuilder() |
|