Class ServicePerimetersServicePerimeterSpecEgressPolicyEgressToOperationArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.accesscontextmanager.inputs.ServicePerimetersServicePerimeterSpecEgressPolicyEgressToOperationArgs.Builder
-
public static final class ServicePerimetersServicePerimeterSpecEgressPolicyEgressToOperationArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ServicePerimetersServicePerimeterSpecEgressPolicyEgressToOperationArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ServicePerimetersServicePerimeterSpecEgressPolicyEgressToOperationArgs defaults)
-
-
Method Detail
-
methodSelectors
public ServicePerimetersServicePerimeterSpecEgressPolicyEgressToOperationArgs.Builder methodSelectors(@Nullable com.pulumi.core.Output<java.util.List<ServicePerimetersServicePerimeterSpecEgressPolicyEgressToOperationMethodSelectorArgs>> methodSelectors)
- Parameters:
methodSelectors
- API methods or permissions to allow. Method or permission must belong to the service specified by `serviceName` field. A single MethodSelector entry with `*` specified for the `method` field will allow all methods AND permissions for the service specified in `serviceName`. Structure is documented below.- Returns:
- builder
-
methodSelectors
public ServicePerimetersServicePerimeterSpecEgressPolicyEgressToOperationArgs.Builder methodSelectors(java.util.List<ServicePerimetersServicePerimeterSpecEgressPolicyEgressToOperationMethodSelectorArgs> methodSelectors)
- Parameters:
methodSelectors
- API methods or permissions to allow. Method or permission must belong to the service specified by `serviceName` field. A single MethodSelector entry with `*` specified for the `method` field will allow all methods AND permissions for the service specified in `serviceName`. Structure is documented below.- Returns:
- builder
-
methodSelectors
public ServicePerimetersServicePerimeterSpecEgressPolicyEgressToOperationArgs.Builder methodSelectors(ServicePerimetersServicePerimeterSpecEgressPolicyEgressToOperationMethodSelectorArgs... methodSelectors)
- Parameters:
methodSelectors
- API methods or permissions to allow. Method or permission must belong to the service specified by `serviceName` field. A single MethodSelector entry with `*` specified for the `method` field will allow all methods AND permissions for the service specified in `serviceName`. Structure is documented below.- Returns:
- builder
-
serviceName
public ServicePerimetersServicePerimeterSpecEgressPolicyEgressToOperationArgs.Builder serviceName(@Nullable com.pulumi.core.Output<java.lang.String> serviceName)
- 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.- Returns:
- builder
-
serviceName
public ServicePerimetersServicePerimeterSpecEgressPolicyEgressToOperationArgs.Builder serviceName(java.lang.String serviceName)
- 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.- Returns:
- builder
-
build
public ServicePerimetersServicePerimeterSpecEgressPolicyEgressToOperationArgs build()
-
-