Class CredentialAuthenticatorInfo.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydataplane.model.CredentialAuthenticatorInfo.Builder
 
- 
- Enclosing class:
- CredentialAuthenticatorInfo
 
 public static class CredentialAuthenticatorInfo.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
rawCredentialpublic CredentialAuthenticatorInfo.Builder rawCredential(String rawCredential) The raw credential.- Parameters:
- rawCredential- the value to set
- Returns:
- this builder
 
 - 
userIdpublic CredentialAuthenticatorInfo.Builder userId(String userId) The id of the user.- Parameters:
- userId- the value to set
- Returns:
- this builder
 
 - 
tenantIdpublic CredentialAuthenticatorInfo.Builder tenantId(String tenantId) The id of the tenant.- Parameters:
- tenantId- the value to set
- Returns:
- this builder
 
 - 
userNamepublic CredentialAuthenticatorInfo.Builder userName(String userName) The name of the user.- Parameters:
- userName- the value to set
- Returns:
- this builder
 
 - 
tenantNamepublic CredentialAuthenticatorInfo.Builder tenantName(String tenantName) The name of the tenant.- Parameters:
- tenantName- the value to set
- Returns:
- this builder
 
 - 
credentialIdentifierpublic CredentialAuthenticatorInfo.Builder credentialIdentifier(String credentialIdentifier) The credential identifier.- Parameters:
- credentialIdentifier- the value to set
- Returns:
- this builder
 
 - 
credentialListpublic CredentialAuthenticatorInfo.Builder credentialList(List<String> credentialList) The credential list.- Parameters:
- credentialList- the value to set
- Returns:
- this builder
 
 - 
servicepublic CredentialAuthenticatorInfo.Builder service(String service) The name of the service that is making this authorization request.- Parameters:
- service- the value to set
- Returns:
- this builder
 
 - 
clientIdpublic CredentialAuthenticatorInfo.Builder clientId(String clientId) The id of the client.- Parameters:
- clientId- the value to set
- Returns:
- this builder
 
 - 
buildpublic CredentialAuthenticatorInfo build() 
 - 
copypublic CredentialAuthenticatorInfo.Builder copy(CredentialAuthenticatorInfo model) 
 
- 
 
-