Class ComposerEnvironmentConfigMasterAuthorizedNetworksConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.composer_environment.ComposerEnvironmentConfigMasterAuthorizedNetworksConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ComposerEnvironmentConfigMasterAuthorizedNetworksConfig>
- Enclosing interface:
- ComposerEnvironmentConfigMasterAuthorizedNetworksConfig
@Stability(Stable) public static final class ComposerEnvironmentConfigMasterAuthorizedNetworksConfig.Builder extends Object implements software.amazon.jsii.Builder<ComposerEnvironmentConfigMasterAuthorizedNetworksConfig>
A builder forComposerEnvironmentConfigMasterAuthorizedNetworksConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
enabled
@Stability(Stable) public ComposerEnvironmentConfigMasterAuthorizedNetworksConfig.Builder enabled(Boolean enabled)
Sets the value ofComposerEnvironmentConfigMasterAuthorizedNetworksConfig.getEnabled()- Parameters:
enabled- Whether or not master authorized networks is enabled. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#enabled ComposerEnvironment#enabled}- Returns:
this
-
enabled
@Stability(Stable) public ComposerEnvironmentConfigMasterAuthorizedNetworksConfig.Builder enabled(com.hashicorp.cdktf.IResolvable enabled)
Sets the value ofComposerEnvironmentConfigMasterAuthorizedNetworksConfig.getEnabled()- Parameters:
enabled- Whether or not master authorized networks is enabled. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#enabled ComposerEnvironment#enabled}- Returns:
this
-
cidrBlocks
@Stability(Stable) public ComposerEnvironmentConfigMasterAuthorizedNetworksConfig.Builder cidrBlocks(com.hashicorp.cdktf.IResolvable cidrBlocks)
Sets the value ofComposerEnvironmentConfigMasterAuthorizedNetworksConfig.getCidrBlocks()- Parameters:
cidrBlocks- cidr_blocks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#cidr_blocks ComposerEnvironment#cidr_blocks}- Returns:
this
-
cidrBlocks
@Stability(Stable) public ComposerEnvironmentConfigMasterAuthorizedNetworksConfig.Builder cidrBlocks(List<? extends ComposerEnvironmentConfigMasterAuthorizedNetworksConfigCidrBlocks> cidrBlocks)
Sets the value ofComposerEnvironmentConfigMasterAuthorizedNetworksConfig.getCidrBlocks()- Parameters:
cidrBlocks- cidr_blocks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#cidr_blocks ComposerEnvironment#cidr_blocks}- Returns:
this
-
build
@Stability(Stable) public ComposerEnvironmentConfigMasterAuthorizedNetworksConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ComposerEnvironmentConfigMasterAuthorizedNetworksConfig>- Returns:
- a new instance of
ComposerEnvironmentConfigMasterAuthorizedNetworksConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-