public static class UpdateOperatorControlDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public UpdateOperatorControlDetails.Builder operatorControlName(String operatorControlName)
Name of the operator control.
operatorControlName
- the value to setpublic UpdateOperatorControlDetails.Builder description(String description)
Description of the operator control.
description
- the value to setpublic 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.
approversList
- the value to setpublic 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.
approverGroupsList
- the value to setpublic 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.
preApprovedOpActionList
- the value to setpublic 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.
isFullyPreApproved
- the value to setpublic UpdateOperatorControlDetails.Builder emailIdList(List<String> emailIdList)
List of emailId.
emailIdList
- the value to setpublic UpdateOperatorControlDetails.Builder numberOfApprovers(Integer numberOfApprovers)
Number of approvers required to approve an access request.
numberOfApprovers
- the value to setpublic 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.
systemMessage
- the value to setpublic 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.
freeformTags
- the value to setpublic UpdateOperatorControlDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
definedTags
- the value to setpublic UpdateOperatorControlDetails build()
public UpdateOperatorControlDetails.Builder copy(UpdateOperatorControlDetails model)
Copyright © 2016–2024. All rights reserved.