Class UpdateOperatorControlDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • operatorControlName

        public UpdateOperatorControlDetails.Builder operatorControlName​(String operatorControlName)
        Name of the operator control.
        Parameters:
        operatorControlName - 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
      • 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