public static interface UsernamePassword.Builder extends SdkPojo, CopyableBuilder<UsernamePassword.Builder,UsernamePassword>
Modifier and Type | Method and Description |
---|---|
UsernamePassword.Builder |
password(String password)
The password associated with the temporary credentials that you use to connect to cluster endpoints.
|
UsernamePassword.Builder |
username(String username)
The username associated with the temporary credentials that you use to connect to cluster endpoints.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
UsernamePassword.Builder username(String username)
The username associated with the temporary credentials that you use to connect to cluster endpoints.
username
- The username associated with the temporary credentials that you use to connect to cluster endpoints.UsernamePassword.Builder password(String password)
The password associated with the temporary credentials that you use to connect to cluster endpoints.
password
- The password associated with the temporary credentials that you use to connect to cluster endpoints.Copyright © 2023. All rights reserved.