Class AccessContextManagerServicePerimeterEgressPolicyEgressToOperationsMethodSelectors.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.access_context_manager_service_perimeter_egress_policy.AccessContextManagerServicePerimeterEgressPolicyEgressToOperationsMethodSelectors.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AccessContextManagerServicePerimeterEgressPolicyEgressToOperationsMethodSelectors>
- Enclosing interface:
- AccessContextManagerServicePerimeterEgressPolicyEgressToOperationsMethodSelectors
@Stability(Stable) public static final class AccessContextManagerServicePerimeterEgressPolicyEgressToOperationsMethodSelectors.Builder extends Object implements software.amazon.jsii.Builder<AccessContextManagerServicePerimeterEgressPolicyEgressToOperationsMethodSelectors>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessContextManagerServicePerimeterEgressPolicyEgressToOperationsMethodSelectorsbuild()Builds the configured instance.AccessContextManagerServicePerimeterEgressPolicyEgressToOperationsMethodSelectors.Buildermethod(String method)AccessContextManagerServicePerimeterEgressPolicyEgressToOperationsMethodSelectors.Builderpermission(String permission)
-
-
-
Method Detail
-
method
@Stability(Stable) public AccessContextManagerServicePerimeterEgressPolicyEgressToOperationsMethodSelectors.Builder method(String method)
Sets the value ofAccessContextManagerServicePerimeterEgressPolicyEgressToOperationsMethodSelectors.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_egress_policy#method AccessContextManagerServicePerimeterEgressPolicy#method}- Returns:
this
-
permission
@Stability(Stable) public AccessContextManagerServicePerimeterEgressPolicyEgressToOperationsMethodSelectors.Builder permission(String permission)
Sets the value ofAccessContextManagerServicePerimeterEgressPolicyEgressToOperationsMethodSelectors.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_egress_policy#permission AccessContextManagerServicePerimeterEgressPolicy#permission}- Returns:
this
-
build
@Stability(Stable) public AccessContextManagerServicePerimeterEgressPolicyEgressToOperationsMethodSelectors build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AccessContextManagerServicePerimeterEgressPolicyEgressToOperationsMethodSelectors>- Returns:
- a new instance of
AccessContextManagerServicePerimeterEgressPolicyEgressToOperationsMethodSelectors - Throws:
NullPointerException- if any required attribute was not provided
-
-