public static interface AuthenticationMode.Builder extends SdkPojo, CopyableBuilder<AuthenticationMode.Builder,AuthenticationMode>
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMode.Builder |
passwords(Collection<String> passwords)
Specifies the passwords to use for authentication if
Type is set to password. |
AuthenticationMode.Builder |
passwords(String... passwords)
Specifies the passwords to use for authentication if
Type is set to password. |
AuthenticationMode.Builder |
type(InputAuthenticationType type)
Specifies the authentication type.
|
AuthenticationMode.Builder |
type(String type)
Specifies the authentication type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthenticationMode.Builder type(String type)
Specifies the authentication type. Possible options are IAM authentication, password and no password.
type - Specifies the authentication type. Possible options are IAM authentication, password and no password.InputAuthenticationType,
InputAuthenticationTypeAuthenticationMode.Builder type(InputAuthenticationType type)
Specifies the authentication type. Possible options are IAM authentication, password and no password.
type - Specifies the authentication type. Possible options are IAM authentication, password and no password.InputAuthenticationType,
InputAuthenticationTypeAuthenticationMode.Builder passwords(Collection<String> passwords)
Specifies the passwords to use for authentication if Type is set to password.
passwords - Specifies the passwords to use for authentication if Type is set to password
.AuthenticationMode.Builder passwords(String... passwords)
Specifies the passwords to use for authentication if Type is set to password.
passwords - Specifies the passwords to use for authentication if Type is set to password
.Copyright © 2023. All rights reserved.