Class ComposerEnvironmentConfigDataRetentionConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.composer_environment.ComposerEnvironmentConfigDataRetentionConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ComposerEnvironmentConfigDataRetentionConfig>
- Enclosing interface:
- ComposerEnvironmentConfigDataRetentionConfig
@Stability(Stable) public static final class ComposerEnvironmentConfigDataRetentionConfig.Builder extends Object implements software.amazon.jsii.Builder<ComposerEnvironmentConfigDataRetentionConfig>
A builder forComposerEnvironmentConfigDataRetentionConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComposerEnvironmentConfigDataRetentionConfigbuild()Builds the configured instance.ComposerEnvironmentConfigDataRetentionConfig.BuildertaskLogsRetentionConfig(com.hashicorp.cdktf.IResolvable taskLogsRetentionConfig)ComposerEnvironmentConfigDataRetentionConfig.BuildertaskLogsRetentionConfig(List<? extends ComposerEnvironmentConfigDataRetentionConfigTaskLogsRetentionConfig> taskLogsRetentionConfig)
-
-
-
Method Detail
-
taskLogsRetentionConfig
@Stability(Stable) public ComposerEnvironmentConfigDataRetentionConfig.Builder taskLogsRetentionConfig(com.hashicorp.cdktf.IResolvable taskLogsRetentionConfig)
- Parameters:
taskLogsRetentionConfig- task_logs_retention_config block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#task_logs_retention_config ComposerEnvironment#task_logs_retention_config}- Returns:
this
-
taskLogsRetentionConfig
@Stability(Stable) public ComposerEnvironmentConfigDataRetentionConfig.Builder taskLogsRetentionConfig(List<? extends ComposerEnvironmentConfigDataRetentionConfigTaskLogsRetentionConfig> taskLogsRetentionConfig)
- Parameters:
taskLogsRetentionConfig- task_logs_retention_config block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#task_logs_retention_config ComposerEnvironment#task_logs_retention_config}- Returns:
this
-
build
@Stability(Stable) public ComposerEnvironmentConfigDataRetentionConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ComposerEnvironmentConfigDataRetentionConfig>- Returns:
- a new instance of
ComposerEnvironmentConfigDataRetentionConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-