Class AccessContextManagerServicePerimeterStatusIngressPoliciesIngressTo.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeter.AccessContextManagerServicePerimeterStatusIngressPoliciesIngressTo.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AccessContextManagerServicePerimeterStatusIngressPoliciesIngressTo>
- Enclosing interface:
- AccessContextManagerServicePerimeterStatusIngressPoliciesIngressTo
@Stability(Stable) public static final class AccessContextManagerServicePerimeterStatusIngressPoliciesIngressTo.Builder extends Object implements software.amazon.jsii.Builder<AccessContextManagerServicePerimeterStatusIngressPoliciesIngressTo>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessContextManagerServicePerimeterStatusIngressPoliciesIngressTobuild()Builds the configured instance.AccessContextManagerServicePerimeterStatusIngressPoliciesIngressTo.Builderoperations(com.hashicorp.cdktf.IResolvable operations)AccessContextManagerServicePerimeterStatusIngressPoliciesIngressTo.Builderoperations(List<? extends AccessContextManagerServicePerimeterStatusIngressPoliciesIngressToOperations> operations)AccessContextManagerServicePerimeterStatusIngressPoliciesIngressTo.Builderresources(List<String> resources)
-
-
-
Method Detail
-
operations
@Stability(Stable) public AccessContextManagerServicePerimeterStatusIngressPoliciesIngressTo.Builder operations(com.hashicorp.cdktf.IResolvable operations)
Sets the value ofAccessContextManagerServicePerimeterStatusIngressPoliciesIngressTo.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_perimeter#operations AccessContextManagerServicePerimeter#operations}- Returns:
this
-
operations
@Stability(Stable) public AccessContextManagerServicePerimeterStatusIngressPoliciesIngressTo.Builder operations(List<? extends AccessContextManagerServicePerimeterStatusIngressPoliciesIngressToOperations> operations)
Sets the value ofAccessContextManagerServicePerimeterStatusIngressPoliciesIngressTo.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_perimeter#operations AccessContextManagerServicePerimeter#operations}- Returns:
this
-
resources
@Stability(Stable) public AccessContextManagerServicePerimeterStatusIngressPoliciesIngressTo.Builder resources(List<String> resources)
- 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_perimeter#resources AccessContextManagerServicePerimeter#resources} - Returns:
this
-
build
@Stability(Stable) public AccessContextManagerServicePerimeterStatusIngressPoliciesIngressTo build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AccessContextManagerServicePerimeterStatusIngressPoliciesIngressTo>- Returns:
- a new instance of
AccessContextManagerServicePerimeterStatusIngressPoliciesIngressTo - Throws:
NullPointerException- if any required attribute was not provided
-
-