Package com.oracle.bmc.goldengate.model
Class UpdateGroupToRolesMappingDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.UpdateGroupToRolesMappingDetails.Builder
-
- Enclosing class:
- UpdateGroupToRolesMappingDetails
public static class UpdateGroupToRolesMappingDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateGroupToRolesMappingDetails.Builder
administratorGroupId(String administratorGroupId)
The OCID of the IDP group which will be mapped to goldengate role administratorGroup.UpdateGroupToRolesMappingDetails
build()
UpdateGroupToRolesMappingDetails.Builder
copy(UpdateGroupToRolesMappingDetails model)
UpdateGroupToRolesMappingDetails.Builder
operatorGroupId(String operatorGroupId)
The OCID of the IDP group which will be mapped to goldengate role operatorGroup.UpdateGroupToRolesMappingDetails.Builder
securityGroupId(String securityGroupId)
The OCID of the IDP group which will be mapped to goldengate role securityGroup.UpdateGroupToRolesMappingDetails.Builder
userGroupId(String userGroupId)
The OCID of the IDP group which will be mapped to goldengate role userGroup.
-
-
-
Method Detail
-
securityGroupId
public UpdateGroupToRolesMappingDetails.Builder securityGroupId(String securityGroupId)
The OCID of the IDP group which will be mapped to goldengate role securityGroup.It grants administration of security related objects and invoke security related service requests. This role has full privileges.
- Parameters:
securityGroupId
- the value to set- Returns:
- this builder
-
administratorGroupId
public UpdateGroupToRolesMappingDetails.Builder administratorGroupId(String administratorGroupId)
The OCID of the IDP group which will be mapped to goldengate role administratorGroup.It grants full access to the user, including the ability to alter general, non-security related operational parameters and profiles of the server.
- Parameters:
administratorGroupId
- the value to set- Returns:
- this builder
-
operatorGroupId
public UpdateGroupToRolesMappingDetails.Builder operatorGroupId(String operatorGroupId)
The OCID of the IDP group which will be mapped to goldengate role operatorGroup.It allows users to perform only operational actions, like starting and stopping resources. Operators cannot alter the operational parameters or profiles of the MA server.
- Parameters:
operatorGroupId
- the value to set- Returns:
- this builder
-
userGroupId
public UpdateGroupToRolesMappingDetails.Builder userGroupId(String userGroupId)
The OCID of the IDP group which will be mapped to goldengate role userGroup.It allows information-only service requests, which do not alter or affect the operation of either the MA. Examples of query and read-only information include performance metric information and resource status and monitoring information
- Parameters:
userGroupId
- the value to set- Returns:
- this builder
-
build
public UpdateGroupToRolesMappingDetails build()
-
copy
public UpdateGroupToRolesMappingDetails.Builder copy(UpdateGroupToRolesMappingDetails model)
-
-