Class AccessContextManagerServicePerimetersServicePerimetersStatusIngressPoliciesIngressTo.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeters.AccessContextManagerServicePerimetersServicePerimetersStatusIngressPoliciesIngressTo.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AccessContextManagerServicePerimetersServicePerimetersStatusIngressPoliciesIngressTo>
- Enclosing interface:
- AccessContextManagerServicePerimetersServicePerimetersStatusIngressPoliciesIngressTo
@Stability(Stable) public static final class AccessContextManagerServicePerimetersServicePerimetersStatusIngressPoliciesIngressTo.Builder extends Object implements software.amazon.jsii.Builder<AccessContextManagerServicePerimetersServicePerimetersStatusIngressPoliciesIngressTo>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessContextManagerServicePerimetersServicePerimetersStatusIngressPoliciesIngressTobuild()Builds the configured instance.AccessContextManagerServicePerimetersServicePerimetersStatusIngressPoliciesIngressTo.Builderoperations(com.hashicorp.cdktf.IResolvable operations)AccessContextManagerServicePerimetersServicePerimetersStatusIngressPoliciesIngressTo.Builderoperations(List<? extends AccessContextManagerServicePerimetersServicePerimetersStatusIngressPoliciesIngressToOperations> operations)AccessContextManagerServicePerimetersServicePerimetersStatusIngressPoliciesIngressTo.Builderresources(List<String> resources)
-
-
-
Method Detail
-
operations
@Stability(Stable) public AccessContextManagerServicePerimetersServicePerimetersStatusIngressPoliciesIngressTo.Builder operations(com.hashicorp.cdktf.IResolvable operations)
Sets the value ofAccessContextManagerServicePerimetersServicePerimetersStatusIngressPoliciesIngressTo.getOperations()- Parameters:
operations- operations block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeters#operations AccessContextManagerServicePerimeters#operations}- Returns:
this
-
operations
@Stability(Stable) public AccessContextManagerServicePerimetersServicePerimetersStatusIngressPoliciesIngressTo.Builder operations(List<? extends AccessContextManagerServicePerimetersServicePerimetersStatusIngressPoliciesIngressToOperations> operations)
Sets the value ofAccessContextManagerServicePerimetersServicePerimetersStatusIngressPoliciesIngressTo.getOperations()- Parameters:
operations- operations block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeters#operations AccessContextManagerServicePerimeters#operations}- Returns:
this
-
resources
@Stability(Stable) public AccessContextManagerServicePerimetersServicePerimetersStatusIngressPoliciesIngressTo.Builder resources(List<String> resources)
Sets the value ofAccessContextManagerServicePerimetersServicePerimetersStatusIngressPoliciesIngressTo.getResources()- Parameters:
resources- A list of resources, currently only projects in the form 'projects/', protected by this 'ServicePerimeter' that are allowed to be accessed by sources defined in the corresponding 'IngressFrom'. A request matches if it contains a resource in this list. If '*' is specified for resources, then this 'IngressTo' rule will authorize access to all resources inside the perimeter, provided that the request also matches the 'operations' field. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeters#resources AccessContextManagerServicePerimeters#resources} - Returns:
this
-
build
@Stability(Stable) public AccessContextManagerServicePerimetersServicePerimetersStatusIngressPoliciesIngressTo build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AccessContextManagerServicePerimetersServicePerimetersStatusIngressPoliciesIngressTo>- Returns:
- a new instance of
AccessContextManagerServicePerimetersServicePerimetersStatusIngressPoliciesIngressTo - Throws:
NullPointerException- if any required attribute was not provided
-
-