Class ComposerEnvironmentStorageConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.composer_environment.ComposerEnvironmentStorageConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ComposerEnvironmentStorageConfig>
- Enclosing interface:
- ComposerEnvironmentStorageConfig
@Stability(Stable) public static final class ComposerEnvironmentStorageConfig.Builder extends Object implements software.amazon.jsii.Builder<ComposerEnvironmentStorageConfig>
A builder forComposerEnvironmentStorageConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComposerEnvironmentStorageConfig.Builderbucket(String bucket)Sets the value ofComposerEnvironmentStorageConfig.getBucket()ComposerEnvironmentStorageConfigbuild()Builds the configured instance.
-
-
-
Method Detail
-
bucket
@Stability(Stable) public ComposerEnvironmentStorageConfig.Builder bucket(String bucket)
Sets the value ofComposerEnvironmentStorageConfig.getBucket()- Parameters:
bucket- Optional. Name of an existing Cloud Storage bucket to be used by the environment. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#bucket ComposerEnvironment#bucket}- Returns:
this
-
build
@Stability(Stable) public ComposerEnvironmentStorageConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ComposerEnvironmentStorageConfig>- Returns:
- a new instance of
ComposerEnvironmentStorageConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-