Class PrivilegedAccessManagerEntitlementRequesterJustificationConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.privileged_access_manager_entitlement.PrivilegedAccessManagerEntitlementRequesterJustificationConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<PrivilegedAccessManagerEntitlementRequesterJustificationConfig>
- Enclosing interface:
- PrivilegedAccessManagerEntitlementRequesterJustificationConfig
@Stability(Stable) public static final class PrivilegedAccessManagerEntitlementRequesterJustificationConfig.Builder extends Object implements software.amazon.jsii.Builder<PrivilegedAccessManagerEntitlementRequesterJustificationConfig>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivilegedAccessManagerEntitlementRequesterJustificationConfigbuild()Builds the configured instance.PrivilegedAccessManagerEntitlementRequesterJustificationConfig.BuildernotMandatory(PrivilegedAccessManagerEntitlementRequesterJustificationConfigNotMandatory notMandatory)PrivilegedAccessManagerEntitlementRequesterJustificationConfig.Builderunstructured(PrivilegedAccessManagerEntitlementRequesterJustificationConfigUnstructured unstructured)
-
-
-
Method Detail
-
notMandatory
@Stability(Stable) public PrivilegedAccessManagerEntitlementRequesterJustificationConfig.Builder notMandatory(PrivilegedAccessManagerEntitlementRequesterJustificationConfigNotMandatory notMandatory)
- Parameters:
notMandatory- not_mandatory block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privileged_access_manager_entitlement#not_mandatory PrivilegedAccessManagerEntitlement#not_mandatory}- Returns:
this
-
unstructured
@Stability(Stable) public PrivilegedAccessManagerEntitlementRequesterJustificationConfig.Builder unstructured(PrivilegedAccessManagerEntitlementRequesterJustificationConfigUnstructured unstructured)
- Parameters:
unstructured- unstructured block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privileged_access_manager_entitlement#unstructured PrivilegedAccessManagerEntitlement#unstructured}- Returns:
this
-
build
@Stability(Stable) public PrivilegedAccessManagerEntitlementRequesterJustificationConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PrivilegedAccessManagerEntitlementRequesterJustificationConfig>- Returns:
- a new instance of
PrivilegedAccessManagerEntitlementRequesterJustificationConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-