Class PrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovals.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.privileged_access_manager_entitlement.PrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovals.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<PrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovals>
- Enclosing interface:
- PrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovals
@Stability(Stable) public static final class PrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovals.Builder extends Object implements software.amazon.jsii.Builder<PrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovals>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovalsbuild()Builds the configured instance.PrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovals.BuilderrequireApproverJustification(com.hashicorp.cdktf.IResolvable requireApproverJustification)PrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovals.BuilderrequireApproverJustification(Boolean requireApproverJustification)PrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovals.Buildersteps(com.hashicorp.cdktf.IResolvable steps)PrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovals.Buildersteps(List<? extends PrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovalsSteps> steps)
-
-
-
Method Detail
-
steps
@Stability(Stable) public PrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovals.Builder steps(com.hashicorp.cdktf.IResolvable steps)
- Parameters:
steps- steps block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privileged_access_manager_entitlement#steps PrivilegedAccessManagerEntitlement#steps}- Returns:
this
-
steps
@Stability(Stable) public PrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovals.Builder steps(List<? extends PrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovalsSteps> steps)
- Parameters:
steps- steps block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privileged_access_manager_entitlement#steps PrivilegedAccessManagerEntitlement#steps}- Returns:
this
-
requireApproverJustification
@Stability(Stable) public PrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovals.Builder requireApproverJustification(Boolean requireApproverJustification)
Sets the value ofPrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovals.getRequireApproverJustification()- Parameters:
requireApproverJustification- Optional. Do the approvers need to provide a justification for their actions?. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privileged_access_manager_entitlement#require_approver_justification PrivilegedAccessManagerEntitlement#require_approver_justification}- Returns:
this
-
requireApproverJustification
@Stability(Stable) public PrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovals.Builder requireApproverJustification(com.hashicorp.cdktf.IResolvable requireApproverJustification)
Sets the value ofPrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovals.getRequireApproverJustification()- Parameters:
requireApproverJustification- Optional. Do the approvers need to provide a justification for their actions?. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privileged_access_manager_entitlement#require_approver_justification PrivilegedAccessManagerEntitlement#require_approver_justification}- Returns:
this
-
build
@Stability(Stable) public PrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovals build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovals>- Returns:
- a new instance of
PrivilegedAccessManagerEntitlementApprovalWorkflowManualApprovals - Throws:
NullPointerException- if any required attribute was not provided
-
-