Class AppEngineServiceNetworkSettingsNetworkSettings.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.app_engine_service_network_settings.AppEngineServiceNetworkSettingsNetworkSettings.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AppEngineServiceNetworkSettingsNetworkSettings>
- Enclosing interface:
- AppEngineServiceNetworkSettingsNetworkSettings
@Stability(Stable) public static final class AppEngineServiceNetworkSettingsNetworkSettings.Builder extends Object implements software.amazon.jsii.Builder<AppEngineServiceNetworkSettingsNetworkSettings>
A builder forAppEngineServiceNetworkSettingsNetworkSettings
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppEngineServiceNetworkSettingsNetworkSettingsbuild()Builds the configured instance.AppEngineServiceNetworkSettingsNetworkSettings.BuilderingressTrafficAllowed(String ingressTrafficAllowed)
-
-
-
Method Detail
-
ingressTrafficAllowed
@Stability(Stable) public AppEngineServiceNetworkSettingsNetworkSettings.Builder ingressTrafficAllowed(String ingressTrafficAllowed)
- Parameters:
ingressTrafficAllowed- The ingress settings for version or service. Default value: "INGRESS_TRAFFIC_ALLOWED_UNSPECIFIED" Possible values: ["INGRESS_TRAFFIC_ALLOWED_UNSPECIFIED", "INGRESS_TRAFFIC_ALLOWED_ALL", "INGRESS_TRAFFIC_ALLOWED_INTERNAL_ONLY", "INGRESS_TRAFFIC_ALLOWED_INTERNAL_AND_LB"]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_service_network_settings#ingress_traffic_allowed AppEngineServiceNetworkSettings#ingress_traffic_allowed}- Returns:
this
-
build
@Stability(Stable) public AppEngineServiceNetworkSettingsNetworkSettings build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AppEngineServiceNetworkSettingsNetworkSettings>- Returns:
- a new instance of
AppEngineServiceNetworkSettingsNetworkSettings - Throws:
NullPointerException- if any required attribute was not provided
-
-