Class UpdateOperatorControlDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.operatoraccesscontrol.model.UpdateOperatorControlDetails.Builder
-
- Enclosing class:
- UpdateOperatorControlDetails
public static class UpdateOperatorControlDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.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.UpdateOperatorControlDetails
build()
UpdateOperatorControlDetails.Builder
copy(UpdateOperatorControlDetails model)
UpdateOperatorControlDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.UpdateOperatorControlDetails.Builder
description(String description)
Description of the operator control.UpdateOperatorControlDetails.Builder
emailIdList(List<String> emailIdList)
List of emailId.UpdateOperatorControlDetails.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.UpdateOperatorControlDetails.Builder
isFullyPreApproved(Boolean isFullyPreApproved)
Whether all the operator actions have been pre-approved.UpdateOperatorControlDetails.Builder
numberOfApprovers(Integer numberOfApprovers)
Number of approvers required to approve an access request.UpdateOperatorControlDetails.Builder
operatorControlName(String operatorControlName)
Name of the operator control.UpdateOperatorControlDetails.Builder
preApprovedOpActionList(List<String> preApprovedOpActionList)
List of pre-approved operator actions.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.
-
-
-
Method Detail
-
operatorControlName
public UpdateOperatorControlDetails.Builder operatorControlName(String operatorControlName)
Name of the operator control.- Parameters:
operatorControlName
- the value to set- Returns:
- this builder
-
description
public UpdateOperatorControlDetails.Builder description(String description)
Description of the operator control.- Parameters:
description
- the value to set- Returns:
- this builder
-
approversList
public 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
-
approverGroupsList
public 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
-
preApprovedOpActionList
public 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
-
isFullyPreApproved
public 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
-
emailIdList
public UpdateOperatorControlDetails.Builder emailIdList(List<String> emailIdList)
List of emailId.- Parameters:
emailIdList
- the value to set- Returns:
- this builder
-
numberOfApprovers
public UpdateOperatorControlDetails.Builder numberOfApprovers(Integer numberOfApprovers)
Number of approvers required to approve an access request.- Parameters:
numberOfApprovers
- the value to set- Returns:
- this builder
-
systemMessage
public 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
-
freeformTags
public 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
-
definedTags
public 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
-
build
public UpdateOperatorControlDetails build()
-
copy
public UpdateOperatorControlDetails.Builder copy(UpdateOperatorControlDetails model)
-
-