Uses of Interface
software.amazon.awssdk.services.appflow.model.RedshiftConnectorProfileCredentials.Builder
-
Packages that use RedshiftConnectorProfileCredentials.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of RedshiftConnectorProfileCredentials.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return RedshiftConnectorProfileCredentials.Builder Modifier and Type Method Description static RedshiftConnectorProfileCredentials.BuilderRedshiftConnectorProfileCredentials. builder()RedshiftConnectorProfileCredentials.BuilderRedshiftConnectorProfileCredentials.Builder. password(String password)The password that corresponds to the user name.RedshiftConnectorProfileCredentials.BuilderRedshiftConnectorProfileCredentials. toBuilder()RedshiftConnectorProfileCredentials.BuilderRedshiftConnectorProfileCredentials.Builder. username(String username)The name of the user.Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type RedshiftConnectorProfileCredentials.Builder Modifier and Type Method Description static Class<? extends RedshiftConnectorProfileCredentials.Builder>RedshiftConnectorProfileCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type RedshiftConnectorProfileCredentials.Builder Modifier and Type Method Description default ConnectorProfileCredentials.BuilderConnectorProfileCredentials.Builder. redshift(Consumer<RedshiftConnectorProfileCredentials.Builder> redshift)The connector-specific credentials required when using Amazon Redshift.
-