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