Class AppEngineServiceNetworkSettingsConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.app_engine_service_network_settings.AppEngineServiceNetworkSettingsConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AppEngineServiceNetworkSettingsConfig>
- Enclosing interface:
- AppEngineServiceNetworkSettingsConfig
@Stability(Stable) public static final class AppEngineServiceNetworkSettingsConfig.Builder extends Object implements software.amazon.jsii.Builder<AppEngineServiceNetworkSettingsConfig>
A builder forAppEngineServiceNetworkSettingsConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
networkSettings
@Stability(Stable) public AppEngineServiceNetworkSettingsConfig.Builder networkSettings(AppEngineServiceNetworkSettingsNetworkSettings networkSettings)
Sets the value ofAppEngineServiceNetworkSettingsConfig.getNetworkSettings()- Parameters:
networkSettings- network_settings block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_service_network_settings#network_settings AppEngineServiceNetworkSettings#network_settings}- Returns:
this
-
service
@Stability(Stable) public AppEngineServiceNetworkSettingsConfig.Builder service(String service)
Sets the value ofAppEngineServiceNetworkSettingsConfig.getService()- Parameters:
service- The name of the service these settings apply to. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_service_network_settings#service AppEngineServiceNetworkSettings#service}- Returns:
this
-
id
@Stability(Stable) public AppEngineServiceNetworkSettingsConfig.Builder id(String id)
Sets the value ofAppEngineServiceNetworkSettingsConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_service_network_settings#id AppEngineServiceNetworkSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.- Returns:
this
-
project
@Stability(Stable) public AppEngineServiceNetworkSettingsConfig.Builder project(String project)
Sets the value ofAppEngineServiceNetworkSettingsConfig.getProject()- Parameters:
project- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_service_network_settings#project AppEngineServiceNetworkSettings#project}.- Returns:
this
-
timeouts
@Stability(Stable) public AppEngineServiceNetworkSettingsConfig.Builder timeouts(AppEngineServiceNetworkSettingsTimeouts timeouts)
Sets the value ofAppEngineServiceNetworkSettingsConfig.getTimeouts()- Parameters:
timeouts- timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_service_network_settings#timeouts AppEngineServiceNetworkSettings#timeouts}- Returns:
this
-
connection
@Stability(Experimental) public AppEngineServiceNetworkSettingsConfig.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
connection
@Stability(Experimental) public AppEngineServiceNetworkSettingsConfig.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public AppEngineServiceNetworkSettingsConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public AppEngineServiceNetworkSettingsConfig.Builder count(com.hashicorp.cdktf.TerraformCount count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
dependsOn
@Stability(Experimental) public AppEngineServiceNetworkSettingsConfig.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
Sets the value ofTerraformMetaArguments.getDependsOn()- Parameters:
dependsOn- the value to be set.- Returns:
this
-
forEach
@Stability(Experimental) public AppEngineServiceNetworkSettingsConfig.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
Sets the value ofTerraformMetaArguments.getForEach()- Parameters:
forEach- the value to be set.- Returns:
this
-
lifecycle
@Stability(Experimental) public AppEngineServiceNetworkSettingsConfig.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
Sets the value ofTerraformMetaArguments.getLifecycle()- Parameters:
lifecycle- the value to be set.- Returns:
this
-
provider
@Stability(Experimental) public AppEngineServiceNetworkSettingsConfig.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
Sets the value ofTerraformMetaArguments.getProvider()- Parameters:
provider- the value to be set.- Returns:
this
-
provisioners
@Stability(Experimental) public AppEngineServiceNetworkSettingsConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public AppEngineServiceNetworkSettingsConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AppEngineServiceNetworkSettingsConfig>- Returns:
- a new instance of
AppEngineServiceNetworkSettingsConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-