Class IntegrationConnectorsConnectionLogConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.integration_connectors_connection.IntegrationConnectorsConnectionLogConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IntegrationConnectorsConnectionLogConfig>
- Enclosing interface:
- IntegrationConnectorsConnectionLogConfig
@Stability(Stable) public static final class IntegrationConnectorsConnectionLogConfig.Builder extends Object implements software.amazon.jsii.Builder<IntegrationConnectorsConnectionLogConfig>
A builder forIntegrationConnectorsConnectionLogConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationConnectorsConnectionLogConfigbuild()Builds the configured instance.IntegrationConnectorsConnectionLogConfig.Builderenabled(com.hashicorp.cdktf.IResolvable enabled)Sets the value ofIntegrationConnectorsConnectionLogConfig.getEnabled()IntegrationConnectorsConnectionLogConfig.Builderenabled(Boolean enabled)Sets the value ofIntegrationConnectorsConnectionLogConfig.getEnabled()
-
-
-
Method Detail
-
enabled
@Stability(Stable) public IntegrationConnectorsConnectionLogConfig.Builder enabled(Boolean enabled)
Sets the value ofIntegrationConnectorsConnectionLogConfig.getEnabled()- Parameters:
enabled- Enabled represents whether logging is enabled or not for a connection. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#enabled IntegrationConnectorsConnection#enabled}- Returns:
this
-
enabled
@Stability(Stable) public IntegrationConnectorsConnectionLogConfig.Builder enabled(com.hashicorp.cdktf.IResolvable enabled)
Sets the value ofIntegrationConnectorsConnectionLogConfig.getEnabled()- Parameters:
enabled- Enabled represents whether logging is enabled or not for a connection. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_connection#enabled IntegrationConnectorsConnection#enabled}- Returns:
this
-
build
@Stability(Stable) public IntegrationConnectorsConnectionLogConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IntegrationConnectorsConnectionLogConfig>- Returns:
- a new instance of
IntegrationConnectorsConnectionLogConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-