public static interface SnowflakeConnectorProfileCredentials.Builder extends SdkPojo, CopyableBuilder<SnowflakeConnectorProfileCredentials.Builder,SnowflakeConnectorProfileCredentials>
Modifier and Type | Method and Description |
---|---|
SnowflakeConnectorProfileCredentials.Builder |
password(String password)
The password that corresponds to the user name.
|
SnowflakeConnectorProfileCredentials.Builder |
username(String username)
The name of the user.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
SnowflakeConnectorProfileCredentials.Builder username(String username)
The name of the user.
username
- The name of the user.SnowflakeConnectorProfileCredentials.Builder password(String password)
The password that corresponds to the user name.
password
- The password that corresponds to the user name.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.