Class LoggingLinkedDataset.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.logging_linked_dataset.LoggingLinkedDataset.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<LoggingLinkedDataset>
- Enclosing class:
- LoggingLinkedDataset
@Stability(Stable) public static final class LoggingLinkedDataset.Builder extends Object implements software.amazon.jsii.Builder<LoggingLinkedDataset>
A fluent builder forLoggingLinkedDataset.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LoggingLinkedDataset.BuilderbigqueryDataset(com.hashicorp.cdktf.IResolvable bigqueryDataset)bigquery_dataset block.LoggingLinkedDataset.BuilderbigqueryDataset(List<? extends LoggingLinkedDatasetBigqueryDataset> bigqueryDataset)bigquery_dataset block.LoggingLinkedDataset.Builderbucket(String bucket)The bucket to which the linked dataset is attached.LoggingLinkedDatasetbuild()LoggingLinkedDataset.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)LoggingLinkedDataset.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)LoggingLinkedDataset.Buildercount(com.hashicorp.cdktf.TerraformCount count)LoggingLinkedDataset.Buildercount(Number count)static LoggingLinkedDataset.Buildercreate(software.constructs.Construct scope, String id)LoggingLinkedDataset.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)LoggingLinkedDataset.Builderdescription(String description)Describes this link.LoggingLinkedDataset.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)LoggingLinkedDataset.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_linked_dataset#id LoggingLinkedDataset#id}.LoggingLinkedDataset.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)LoggingLinkedDataset.BuilderlinkId(String linkId)The id of the linked dataset.LoggingLinkedDataset.Builderlocation(String location)The location of the linked dataset.LoggingLinkedDataset.Builderparent(String parent)The parent of the linked dataset.LoggingLinkedDataset.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)LoggingLinkedDataset.Builderprovisioners(List<? extends Object> provisioners)LoggingLinkedDataset.Buildertimeouts(LoggingLinkedDatasetTimeouts timeouts)timeouts block.
-
-
-
Method Detail
-
create
@Stability(Stable) public static LoggingLinkedDataset.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.- Returns:
- a new instance of
LoggingLinkedDataset.Builder.
-
connection
@Stability(Experimental) public LoggingLinkedDataset.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public LoggingLinkedDataset.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public LoggingLinkedDataset.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public LoggingLinkedDataset.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public LoggingLinkedDataset.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public LoggingLinkedDataset.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public LoggingLinkedDataset.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public LoggingLinkedDataset.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public LoggingLinkedDataset.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
bucket
@Stability(Stable) public LoggingLinkedDataset.Builder bucket(String bucket)
The bucket to which the linked dataset is attached.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_linked_dataset#bucket LoggingLinkedDataset#bucket}
- Parameters:
bucket- The bucket to which the linked dataset is attached. This parameter is required.- Returns:
this
-
linkId
@Stability(Stable) public LoggingLinkedDataset.Builder linkId(String linkId)
The id of the linked dataset.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_linked_dataset#link_id LoggingLinkedDataset#link_id}
- Parameters:
linkId- The id of the linked dataset. This parameter is required.- Returns:
this
-
bigqueryDataset
@Stability(Stable) public LoggingLinkedDataset.Builder bigqueryDataset(com.hashicorp.cdktf.IResolvable bigqueryDataset)
bigquery_dataset block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_linked_dataset#bigquery_dataset LoggingLinkedDataset#bigquery_dataset}
- Parameters:
bigqueryDataset- bigquery_dataset block. This parameter is required.- Returns:
this
-
bigqueryDataset
@Stability(Stable) public LoggingLinkedDataset.Builder bigqueryDataset(List<? extends LoggingLinkedDatasetBigqueryDataset> bigqueryDataset)
bigquery_dataset block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_linked_dataset#bigquery_dataset LoggingLinkedDataset#bigquery_dataset}
- Parameters:
bigqueryDataset- bigquery_dataset block. This parameter is required.- Returns:
this
-
description
@Stability(Stable) public LoggingLinkedDataset.Builder description(String description)
Describes this link. The maximum length of the description is 8000 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_linked_dataset#description LoggingLinkedDataset#description}
- Parameters:
description- Describes this link. The maximum length of the description is 8000 characters. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public LoggingLinkedDataset.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_linked_dataset#id LoggingLinkedDataset#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_linked_dataset#id LoggingLinkedDataset#id}. This parameter is required.- Returns:
this
-
location
@Stability(Stable) public LoggingLinkedDataset.Builder location(String location)
The location of the linked dataset.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_linked_dataset#location LoggingLinkedDataset#location}
- Parameters:
location- The location of the linked dataset. This parameter is required.- Returns:
this
-
parent
@Stability(Stable) public LoggingLinkedDataset.Builder parent(String parent)
The parent of the linked dataset.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_linked_dataset#parent LoggingLinkedDataset#parent}
- Parameters:
parent- The parent of the linked dataset. This parameter is required.- Returns:
this
-
timeouts
@Stability(Stable) public LoggingLinkedDataset.Builder timeouts(LoggingLinkedDatasetTimeouts timeouts)
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_linked_dataset#timeouts LoggingLinkedDataset#timeouts}
- Parameters:
timeouts- timeouts block. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public LoggingLinkedDataset build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LoggingLinkedDataset>- Returns:
- a newly built instance of
LoggingLinkedDataset.
-
-