Class CredentialAuthenticatorInfo.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydataplane.model.CredentialAuthenticatorInfo.Builder
-
- Enclosing class:
- CredentialAuthenticatorInfo
public static class CredentialAuthenticatorInfo.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
rawCredential
public CredentialAuthenticatorInfo.Builder rawCredential(String rawCredential)
The raw credential.- Parameters:
rawCredential
- the value to set- Returns:
- this builder
-
userId
public CredentialAuthenticatorInfo.Builder userId(String userId)
The id of the user.- Parameters:
userId
- the value to set- Returns:
- this builder
-
tenantId
public CredentialAuthenticatorInfo.Builder tenantId(String tenantId)
The id of the tenant.- Parameters:
tenantId
- the value to set- Returns:
- this builder
-
userName
public CredentialAuthenticatorInfo.Builder userName(String userName)
The name of the user.- Parameters:
userName
- the value to set- Returns:
- this builder
-
tenantName
public CredentialAuthenticatorInfo.Builder tenantName(String tenantName)
The name of the tenant.- Parameters:
tenantName
- the value to set- Returns:
- this builder
-
credentialIdentifier
public CredentialAuthenticatorInfo.Builder credentialIdentifier(String credentialIdentifier)
The credential identifier.- Parameters:
credentialIdentifier
- the value to set- Returns:
- this builder
-
credentialList
public CredentialAuthenticatorInfo.Builder credentialList(List<String> credentialList)
The credential list.- Parameters:
credentialList
- the value to set- Returns:
- this builder
-
service
public 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
-
clientId
public CredentialAuthenticatorInfo.Builder clientId(String clientId)
The id of the client.- Parameters:
clientId
- the value to set- Returns:
- this builder
-
build
public CredentialAuthenticatorInfo build()
-
copy
public CredentialAuthenticatorInfo.Builder copy(CredentialAuthenticatorInfo model)
-
-