Class DatastreamConnectionProfileGcsProfile.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.datastream_connection_profile.DatastreamConnectionProfileGcsProfile.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DatastreamConnectionProfileGcsProfile>
- Enclosing interface:
- DatastreamConnectionProfileGcsProfile
@Stability(Stable) public static final class DatastreamConnectionProfileGcsProfile.Builder extends Object implements software.amazon.jsii.Builder<DatastreamConnectionProfileGcsProfile>
A builder forDatastreamConnectionProfileGcsProfile
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatastreamConnectionProfileGcsProfile.Builderbucket(String bucket)Sets the value ofDatastreamConnectionProfileGcsProfile.getBucket()DatastreamConnectionProfileGcsProfilebuild()Builds the configured instance.DatastreamConnectionProfileGcsProfile.BuilderrootPath(String rootPath)Sets the value ofDatastreamConnectionProfileGcsProfile.getRootPath()
-
-
-
Method Detail
-
bucket
@Stability(Stable) public DatastreamConnectionProfileGcsProfile.Builder bucket(String bucket)
Sets the value ofDatastreamConnectionProfileGcsProfile.getBucket()- Parameters:
bucket- The Cloud Storage bucket name. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#bucket DatastreamConnectionProfile#bucket}- Returns:
this
-
rootPath
@Stability(Stable) public DatastreamConnectionProfileGcsProfile.Builder rootPath(String rootPath)
Sets the value ofDatastreamConnectionProfileGcsProfile.getRootPath()- Parameters:
rootPath- The root path inside the Cloud Storage bucket. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#root_path DatastreamConnectionProfile#root_path}- Returns:
this
-
build
@Stability(Stable) public DatastreamConnectionProfileGcsProfile build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DatastreamConnectionProfileGcsProfile>- Returns:
- a new instance of
DatastreamConnectionProfileGcsProfile - Throws:
NullPointerException- if any required attribute was not provided
-
-