Package com.oracle.bmc.dif.model
Class GgcsUserDetail.Builder
- java.lang.Object
-
- com.oracle.bmc.dif.model.GgcsUserDetail.Builder
-
- Enclosing class:
- GgcsUserDetail
public static class GgcsUserDetail.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GgcsUserDetail.Builderaction(WorkflowAction action)Action to be done over the user.GgcsUserDetailbuild()GgcsUserDetail.Buildercopy(GgcsUserDetail model)GgcsUserDetail.BuildersecretId(String secretId)Vault OCID containing password for existing or new user.GgcsUserDetail.BuilderuserName(String userName)username for the user.GgcsUserDetail.BuilderuserType(String userType)Type of GoldenGate user.
-
-
-
Method Detail
-
userName
public GgcsUserDetail.Builder userName(String userName)
username for the user.- Parameters:
userName- the value to set- Returns:
- this builder
-
secretId
public GgcsUserDetail.Builder secretId(String secretId)
Vault OCID containing password for existing or new user.- Parameters:
secretId- the value to set- Returns:
- this builder
-
userType
public GgcsUserDetail.Builder userType(String userType)
Type of GoldenGate user.Allowed values are “OPERATOR”.
- Parameters:
userType- the value to set- Returns:
- this builder
-
action
public GgcsUserDetail.Builder action(WorkflowAction action)
Action to be done over the user.Allowed values are “CREATE” or “UPDATE”.
- Parameters:
action- the value to set- Returns:
- this builder
-
build
public GgcsUserDetail build()
-
copy
public GgcsUserDetail.Builder copy(GgcsUserDetail model)
-
-