public static interface VeevaConnectorProfileCredentials.Builder extends SdkPojo, CopyableBuilder<VeevaConnectorProfileCredentials.Builder,VeevaConnectorProfileCredentials>
Modifier and Type | Method and Description |
---|---|
VeevaConnectorProfileCredentials.Builder |
password(String password)
The password that corresponds to the user name.
|
VeevaConnectorProfileCredentials.Builder |
username(String username)
The name of the user.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
VeevaConnectorProfileCredentials.Builder username(String username)
The name of the user.
username
- The name of the user.VeevaConnectorProfileCredentials.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.