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