Interface VeevaConnectorProfileCredentials.Builder

All Superinterfaces:
Buildable, CopyableBuilder<VeevaConnectorProfileCredentials.Builder,VeevaConnectorProfileCredentials>, SdkBuilder<VeevaConnectorProfileCredentials.Builder,VeevaConnectorProfileCredentials>, SdkPojo
Enclosing class:
VeevaConnectorProfileCredentials

public static interface VeevaConnectorProfileCredentials.Builder extends SdkPojo, CopyableBuilder<VeevaConnectorProfileCredentials.Builder,VeevaConnectorProfileCredentials>
  • Method Details

    • username

      The name of the user.

      Parameters:
      username - The name of the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • password

      The password that corresponds to the user name.

      Parameters:
      password - The password that corresponds to the user name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.