Class AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeter.AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom>
- Enclosing interface:
- AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom
@Stability(Stable) public static final class AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom.Builder extends Object implements software.amazon.jsii.Builder<AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrombuild()Builds the configured instance.AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom.Builderidentities(List<String> identities)AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom.BuilderidentityType(String identityType)AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom.Buildersources(com.hashicorp.cdktf.IResolvable sources)AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom.Buildersources(List<? extends AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFromSources> sources)
-
-
-
Method Detail
-
identities
@Stability(Stable) public AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom.Builder identities(List<String> identities)
Sets the value ofAccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom.getIdentities()- 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#identities AccessContextManagerServicePerimeter#identities}- Returns:
this
-
identityType
@Stability(Stable) public AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom.Builder identityType(String identityType)
Sets the value ofAccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom.getIdentityType()- 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: ["IDENTITY_TYPE_UNSPECIFIED", "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#identity_type AccessContextManagerServicePerimeter#identity_type}- Returns:
this
-
sources
@Stability(Stable) public AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom.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#sources AccessContextManagerServicePerimeter#sources}- Returns:
this
-
sources
@Stability(Stable) public AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom.Builder sources(List<? extends AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFromSources> 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#sources AccessContextManagerServicePerimeter#sources}- Returns:
this
-
build
@Stability(Stable) public AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom>- Returns:
- a new instance of
AccessContextManagerServicePerimeterSpecIngressPoliciesIngressFrom - Throws:
NullPointerException- if any required attribute was not provided
-
-