Class AuthenticateUserResult.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydataplane.model.AuthenticateUserResult.Builder
-
- Enclosing class:
- AuthenticateUserResult
public static class AuthenticateUserResult.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticateUserResult
build()
AuthenticateUserResult.Builder
copy(AuthenticateUserResult model)
AuthenticateUserResult.Builder
tenantInput(String tenantInput)
The tenant name.AuthenticateUserResult.Builder
userInput(String userInput)
The user name.
-
-
-
Method Detail
-
tenantInput
public AuthenticateUserResult.Builder tenantInput(String tenantInput)
The tenant name.- Parameters:
tenantInput
- the value to set- Returns:
- this builder
-
userInput
public AuthenticateUserResult.Builder userInput(String userInput)
The user name.- Parameters:
userInput
- the value to set- Returns:
- this builder
-
build
public AuthenticateUserResult build()
-
copy
public AuthenticateUserResult.Builder copy(AuthenticateUserResult model)
-
-