Package com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeter_ingress_policy
Class AccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeter_ingress_policy.AccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors>
- Enclosing interface:
- AccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors
@Stability(Stable) public static final class AccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors.Builder extends Object implements software.amazon.jsii.Builder<AccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectorsbuild()Builds the configured instance.AccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors.Buildermethod(String method)AccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors.Builderpermission(String permission)
-
-
-
Method Detail
-
method
@Stability(Stable) public AccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors.Builder method(String method)
Sets the value ofAccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors.getMethod()- Parameters:
method- Value for method should be a valid method name for the corresponding serviceName in 'ApiOperation'. If '*' used as value for 'method', then ALL methods and permissions are allowed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter_ingress_policy#method AccessContextManagerServicePerimeterIngressPolicy#method}- Returns:
this
-
permission
@Stability(Stable) public AccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors.Builder permission(String permission)
Sets the value ofAccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors.getPermission()- Parameters:
permission- Value for permission should be a valid Cloud IAM permission for the corresponding 'serviceName' in 'ApiOperation'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_service_perimeter_ingress_policy#permission AccessContextManagerServicePerimeterIngressPolicy#permission}- Returns:
this
-
build
@Stability(Stable) public AccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors>- Returns:
- a new instance of
AccessContextManagerServicePerimeterIngressPolicyIngressToOperationsMethodSelectors - Throws:
NullPointerException- if any required attribute was not provided
-
-