Class AuthenticationRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydataplane.model.AuthenticationRequest.Builder
 
- 
- Enclosing class:
- AuthenticationRequest
 
 public static class AuthenticationRequest.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationRequestbuild()AuthenticationRequest.Buildercopy(AuthenticationRequest model)AuthenticationRequest.Builderpassword(String password)The passwordAuthenticationRequest.BuildertenantName(String tenantName)The name of the tenancyAuthenticationRequest.BuilderuserName(String userName)The user name
 
- 
- 
- 
Method Detail- 
userNamepublic AuthenticationRequest.Builder userName(String userName) The user name- Parameters:
- userName- the value to set
- Returns:
- this builder
 
 - 
passwordpublic AuthenticationRequest.Builder password(String password) The password- Parameters:
- password- the value to set
- Returns:
- this builder
 
 - 
tenantNamepublic AuthenticationRequest.Builder tenantName(String tenantName) The name of the tenancy- Parameters:
- tenantName- the value to set
- Returns:
- this builder
 
 - 
buildpublic AuthenticationRequest build() 
 - 
copypublic AuthenticationRequest.Builder copy(AuthenticationRequest model) 
 
- 
 
-