Class ApigeeAddonsConfigAddonsConfigIntegrationConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.apigee_addons_config.ApigeeAddonsConfigAddonsConfigIntegrationConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ApigeeAddonsConfigAddonsConfigIntegrationConfig>
- Enclosing interface:
- ApigeeAddonsConfigAddonsConfigIntegrationConfig
@Stability(Stable) public static final class ApigeeAddonsConfigAddonsConfigIntegrationConfig.Builder extends Object implements software.amazon.jsii.Builder<ApigeeAddonsConfigAddonsConfigIntegrationConfig>
A builder forApigeeAddonsConfigAddonsConfigIntegrationConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApigeeAddonsConfigAddonsConfigIntegrationConfigbuild()Builds the configured instance.ApigeeAddonsConfigAddonsConfigIntegrationConfig.Builderenabled(com.hashicorp.cdktf.IResolvable enabled)Sets the value ofApigeeAddonsConfigAddonsConfigIntegrationConfig.getEnabled()ApigeeAddonsConfigAddonsConfigIntegrationConfig.Builderenabled(Boolean enabled)Sets the value ofApigeeAddonsConfigAddonsConfigIntegrationConfig.getEnabled()
-
-
-
Method Detail
-
enabled
@Stability(Stable) public ApigeeAddonsConfigAddonsConfigIntegrationConfig.Builder enabled(Boolean enabled)
Sets the value ofApigeeAddonsConfigAddonsConfigIntegrationConfig.getEnabled()- Parameters:
enabled- Flag that specifies whether the Advanced API Ops add-on is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_addons_config#enabled ApigeeAddonsConfig#enabled}- Returns:
this
-
enabled
@Stability(Stable) public ApigeeAddonsConfigAddonsConfigIntegrationConfig.Builder enabled(com.hashicorp.cdktf.IResolvable enabled)
Sets the value ofApigeeAddonsConfigAddonsConfigIntegrationConfig.getEnabled()- Parameters:
enabled- Flag that specifies whether the Advanced API Ops add-on is enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_addons_config#enabled ApigeeAddonsConfig#enabled}- Returns:
this
-
build
@Stability(Stable) public ApigeeAddonsConfigAddonsConfigIntegrationConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ApigeeAddonsConfigAddonsConfigIntegrationConfig>- Returns:
- a new instance of
ApigeeAddonsConfigAddonsConfigIntegrationConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-