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