Package com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeter_ingress_policy
Class AccessContextManagerServicePerimeterIngressPolicyIngressFrom.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeter_ingress_policy.AccessContextManagerServicePerimeterIngressPolicyIngressFrom.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AccessContextManagerServicePerimeterIngressPolicyIngressFrom>
- Enclosing interface:
- AccessContextManagerServicePerimeterIngressPolicyIngressFrom
@Stability(Stable) public static final class AccessContextManagerServicePerimeterIngressPolicyIngressFrom.Builder extends Object implements software.amazon.jsii.Builder<AccessContextManagerServicePerimeterIngressPolicyIngressFrom>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessContextManagerServicePerimeterIngressPolicyIngressFrombuild()Builds the configured instance.AccessContextManagerServicePerimeterIngressPolicyIngressFrom.Builderidentities(List<String> identities)AccessContextManagerServicePerimeterIngressPolicyIngressFrom.BuilderidentityType(String identityType)AccessContextManagerServicePerimeterIngressPolicyIngressFrom.Buildersources(com.hashicorp.cdktf.IResolvable sources)AccessContextManagerServicePerimeterIngressPolicyIngressFrom.Buildersources(List<? extends AccessContextManagerServicePerimeterIngressPolicyIngressFromSources> sources)
-
-
-
Method Detail
-
identities
@Stability(Stable) public AccessContextManagerServicePerimeterIngressPolicyIngressFrom.Builder identities(List<String> identities)
- Parameters:
identities- A list of identities that are allowed access through this ingress policy. Should be in the format of email address. The email address should represent individual user or service account only. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter_ingress_policy#identities AccessContextManagerServicePerimeterIngressPolicy#identities}- Returns:
this
-
identityType
@Stability(Stable) public AccessContextManagerServicePerimeterIngressPolicyIngressFrom.Builder identityType(String identityType)
- Parameters:
identityType- Specifies the type of identities that are allowed access from outside the perimeter. If left unspecified, then members of 'identities' field will be allowed access. Possible values: ["ANY_IDENTITY", "ANY_USER_ACCOUNT", "ANY_SERVICE_ACCOUNT"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter_ingress_policy#identity_type AccessContextManagerServicePerimeterIngressPolicy#identity_type}- Returns:
this
-
sources
@Stability(Stable) public AccessContextManagerServicePerimeterIngressPolicyIngressFrom.Builder sources(com.hashicorp.cdktf.IResolvable sources)
- Parameters:
sources- sources block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter_ingress_policy#sources AccessContextManagerServicePerimeterIngressPolicy#sources}- Returns:
this
-
sources
@Stability(Stable) public AccessContextManagerServicePerimeterIngressPolicyIngressFrom.Builder sources(List<? extends AccessContextManagerServicePerimeterIngressPolicyIngressFromSources> sources)
- Parameters:
sources- sources block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter_ingress_policy#sources AccessContextManagerServicePerimeterIngressPolicy#sources}- Returns:
this
-
build
@Stability(Stable) public AccessContextManagerServicePerimeterIngressPolicyIngressFrom build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AccessContextManagerServicePerimeterIngressPolicyIngressFrom>- Returns:
- a new instance of
AccessContextManagerServicePerimeterIngressPolicyIngressFrom - Throws:
NullPointerException- if any required attribute was not provided
-
-