Package com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeter_dry_run_ingress_policy
Class AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeter_dry_run_ingress_policy.AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations>
- Enclosing interface:
- AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations
@Stability(Stable) public static final class AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations.Builder extends Object implements software.amazon.jsii.Builder<AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperationsbuild()Builds the configured instance.AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations.BuildermethodSelectors(com.hashicorp.cdktf.IResolvable methodSelectors)AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations.BuildermethodSelectors(List<? extends AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperationsMethodSelectors> methodSelectors)AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations.BuilderserviceName(String serviceName)
-
-
-
Method Detail
-
methodSelectors
@Stability(Stable) public AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations.Builder methodSelectors(com.hashicorp.cdktf.IResolvable methodSelectors)
Sets the value ofAccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations.getMethodSelectors()- Parameters:
methodSelectors- method_selectors block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter_dry_run_ingress_policy#method_selectors AccessContextManagerServicePerimeterDryRunIngressPolicy#method_selectors}- Returns:
this
-
methodSelectors
@Stability(Stable) public AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations.Builder methodSelectors(List<? extends AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperationsMethodSelectors> methodSelectors)
Sets the value ofAccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations.getMethodSelectors()- Parameters:
methodSelectors- method_selectors block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter_dry_run_ingress_policy#method_selectors AccessContextManagerServicePerimeterDryRunIngressPolicy#method_selectors}- Returns:
this
-
serviceName
@Stability(Stable) public AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations.Builder serviceName(String serviceName)
Sets the value ofAccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations.getServiceName()- Parameters:
serviceName- The name of the API whose methods or permissions the 'IngressPolicy' or 'EgressPolicy' want to allow. A single 'ApiOperation' with 'serviceName' field set to '*' will allow all methods AND permissions for all services. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter_dry_run_ingress_policy#service_name AccessContextManagerServicePerimeterDryRunIngressPolicy#service_name}- Returns:
this
-
build
@Stability(Stable) public AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations>- Returns:
- a new instance of
AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToOperations - Throws:
NullPointerException- if any required attribute was not provided
-
-