Class UpdateOperatorControlDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.operatoraccesscontrol.model.UpdateOperatorControlDetails.Builder
 
- 
- Enclosing class:
- UpdateOperatorControlDetails
 
 public static class UpdateOperatorControlDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateOperatorControlDetails.BuilderapproverGroupsList(List<String> approverGroupsList)List of user groups who can approve an access request associated with a target resource under the governance of this operator control.UpdateOperatorControlDetails.BuilderapproversList(List<String> approversList)List of users who can approve an access request associated with a target resource under the governance of this operator control.UpdateOperatorControlDetailsbuild()UpdateOperatorControlDetails.Buildercopy(UpdateOperatorControlDetails model)UpdateOperatorControlDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateOperatorControlDetails.Builderdescription(String description)Description of the operator control.UpdateOperatorControlDetails.BuilderemailIdList(List<String> emailIdList)List of emailId.UpdateOperatorControlDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.UpdateOperatorControlDetails.BuilderisFullyPreApproved(Boolean isFullyPreApproved)Whether all the operator actions have been pre-approved.UpdateOperatorControlDetails.BuildernumberOfApprovers(Integer numberOfApprovers)Number of approvers required to approve an access request.UpdateOperatorControlDetails.BuilderoperatorControlName(String operatorControlName)Name of the operator control.UpdateOperatorControlDetails.BuilderpreApprovedOpActionList(List<String> preApprovedOpActionList)List of pre-approved operator actions.UpdateOperatorControlDetails.BuildersystemMessage(String systemMessage)System message that would be displayed to the operator users on accessing the target resource under the governance of this operator control.
 
- 
- 
- 
Method Detail- 
operatorControlNamepublic UpdateOperatorControlDetails.Builder operatorControlName(String operatorControlName) Name of the operator control.- Parameters:
- operatorControlName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic UpdateOperatorControlDetails.Builder description(String description) Description of the operator control.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
approversListpublic UpdateOperatorControlDetails.Builder approversList(List<String> approversList) List of users who can approve an access request associated with a target resource under the governance of this operator control.- Parameters:
- approversList- the value to set
- Returns:
- this builder
 
 - 
approverGroupsListpublic UpdateOperatorControlDetails.Builder approverGroupsList(List<String> approverGroupsList) List of user groups who can approve an access request associated with a target resource under the governance of this operator control.- Parameters:
- approverGroupsList- the value to set
- Returns:
- this builder
 
 - 
preApprovedOpActionListpublic UpdateOperatorControlDetails.Builder preApprovedOpActionList(List<String> preApprovedOpActionList) List of pre-approved operator actions.Access requests associated with a resource governed by this operator control will be automatically approved if the access request only contain operator actions in the pre-approved list. - Parameters:
- preApprovedOpActionList- the value to set
- Returns:
- this builder
 
 - 
isFullyPreApprovedpublic UpdateOperatorControlDetails.Builder isFullyPreApproved(Boolean isFullyPreApproved) Whether all the operator actions have been pre-approved.If yes, all access requests associated with a resource governed by this operator control will be auto-approved. - Parameters:
- isFullyPreApproved- the value to set
- Returns:
- this builder
 
 - 
emailIdListpublic UpdateOperatorControlDetails.Builder emailIdList(List<String> emailIdList) List of emailId.- Parameters:
- emailIdList- the value to set
- Returns:
- this builder
 
 - 
numberOfApproverspublic UpdateOperatorControlDetails.Builder numberOfApprovers(Integer numberOfApprovers) Number of approvers required to approve an access request.- Parameters:
- numberOfApprovers- the value to set
- Returns:
- this builder
 
 - 
systemMessagepublic UpdateOperatorControlDetails.Builder systemMessage(String systemMessage) System message that would be displayed to the operator users on accessing the target resource under the governance of this operator control.- Parameters:
- systemMessage- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateOperatorControlDetails.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdateOperatorControlDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateOperatorControlDetails build() 
 - 
copypublic UpdateOperatorControlDetails.Builder copy(UpdateOperatorControlDetails model) 
 
- 
 
-