| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static RedshiftConnectorProfileCredentials.Builder |
RedshiftConnectorProfileCredentials.builder() |
RedshiftConnectorProfileCredentials.Builder |
RedshiftConnectorProfileCredentials.Builder.password(String password)
The password that corresponds to the user name.
|
RedshiftConnectorProfileCredentials.Builder |
RedshiftConnectorProfileCredentials.toBuilder() |
RedshiftConnectorProfileCredentials.Builder |
RedshiftConnectorProfileCredentials.Builder.username(String username)
The name of the user.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RedshiftConnectorProfileCredentials.Builder> |
RedshiftConnectorProfileCredentials.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ConnectorProfileCredentials.Builder |
ConnectorProfileCredentials.Builder.redshift(Consumer<RedshiftConnectorProfileCredentials.Builder> redshift)
The connector-specific credentials required when using Amazon Redshift.
|
Copyright © 2023. All rights reserved.