public static interface BasicAuthCredentials.Builder extends SdkPojo, CopyableBuilder<BasicAuthCredentials.Builder,BasicAuthCredentials>
| Modifier and Type | Method and Description |
|---|---|
BasicAuthCredentials.Builder |
password(String password)
The password to use to connect to a resource.
|
BasicAuthCredentials.Builder |
username(String username)
The username to use to connect to a resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBasicAuthCredentials.Builder username(String username)
The username to use to connect to a resource.
username - The username to use to connect to a resource.BasicAuthCredentials.Builder password(String password)
The password to use to connect to a resource.
password - The password to use to connect to a resource.Copyright © 2023. All rights reserved.