Class BlockchainNodeEngineBlockchainNodes.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.blockchain_node_engine_blockchain_nodes.BlockchainNodeEngineBlockchainNodes.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BlockchainNodeEngineBlockchainNodes>
- Enclosing class:
- BlockchainNodeEngineBlockchainNodes
@Stability(Stable) public static final class BlockchainNodeEngineBlockchainNodes.Builder extends Object implements software.amazon.jsii.Builder<BlockchainNodeEngineBlockchainNodes>
A fluent builder forBlockchainNodeEngineBlockchainNodes.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockchainNodeEngineBlockchainNodes.BuilderblockchainNodeId(String blockchainNodeId)ID of the requesting object.BlockchainNodeEngineBlockchainNodes.BuilderblockchainType(String blockchainType)User-provided key-value pairs Possible values: ["ETHEREUM"].BlockchainNodeEngineBlockchainNodesbuild()BlockchainNodeEngineBlockchainNodes.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)BlockchainNodeEngineBlockchainNodes.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)BlockchainNodeEngineBlockchainNodes.Buildercount(com.hashicorp.cdktf.TerraformCount count)BlockchainNodeEngineBlockchainNodes.Buildercount(Number count)static BlockchainNodeEngineBlockchainNodes.Buildercreate(software.constructs.Construct scope, String id)BlockchainNodeEngineBlockchainNodes.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)BlockchainNodeEngineBlockchainNodes.BuilderethereumDetails(BlockchainNodeEngineBlockchainNodesEthereumDetails ethereumDetails)ethereum_details block.BlockchainNodeEngineBlockchainNodes.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)BlockchainNodeEngineBlockchainNodes.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/blockchain_node_engine_blockchain_nodes#id BlockchainNodeEngineBlockchainNodes#id}.BlockchainNodeEngineBlockchainNodes.Builderlabels(Map<String,String> labels)User-provided key-value pairs.BlockchainNodeEngineBlockchainNodes.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)BlockchainNodeEngineBlockchainNodes.Builderlocation(String location)Location of Blockchain Node being created.BlockchainNodeEngineBlockchainNodes.Builderproject(String project)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/blockchain_node_engine_blockchain_nodes#project BlockchainNodeEngineBlockchainNodes#project}.BlockchainNodeEngineBlockchainNodes.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)BlockchainNodeEngineBlockchainNodes.Builderprovisioners(List<? extends Object> provisioners)BlockchainNodeEngineBlockchainNodes.Buildertimeouts(BlockchainNodeEngineBlockchainNodesTimeouts timeouts)timeouts block.
-
-
-
Method Detail
-
create
@Stability(Stable) public static BlockchainNodeEngineBlockchainNodes.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
BlockchainNodeEngineBlockchainNodes.Builder.
-
connection
@Stability(Experimental) public BlockchainNodeEngineBlockchainNodes.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public BlockchainNodeEngineBlockchainNodes.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public BlockchainNodeEngineBlockchainNodes.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public BlockchainNodeEngineBlockchainNodes.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public BlockchainNodeEngineBlockchainNodes.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public BlockchainNodeEngineBlockchainNodes.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public BlockchainNodeEngineBlockchainNodes.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public BlockchainNodeEngineBlockchainNodes.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public BlockchainNodeEngineBlockchainNodes.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
blockchainNodeId
@Stability(Stable) public BlockchainNodeEngineBlockchainNodes.Builder blockchainNodeId(String blockchainNodeId)
ID of the requesting object.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/blockchain_node_engine_blockchain_nodes#blockchain_node_id BlockchainNodeEngineBlockchainNodes#blockchain_node_id}
- Parameters:
blockchainNodeId- ID of the requesting object. This parameter is required.- Returns:
this
-
location
@Stability(Stable) public BlockchainNodeEngineBlockchainNodes.Builder location(String location)
Location of Blockchain Node being created.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/blockchain_node_engine_blockchain_nodes#location BlockchainNodeEngineBlockchainNodes#location}
- Parameters:
location- Location of Blockchain Node being created. This parameter is required.- Returns:
this
-
blockchainType
@Stability(Stable) public BlockchainNodeEngineBlockchainNodes.Builder blockchainType(String blockchainType)
User-provided key-value pairs Possible values: ["ETHEREUM"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/blockchain_node_engine_blockchain_nodes#blockchain_type BlockchainNodeEngineBlockchainNodes#blockchain_type}
- Parameters:
blockchainType- User-provided key-value pairs Possible values: ["ETHEREUM"]. This parameter is required.- Returns:
this
-
ethereumDetails
@Stability(Stable) public BlockchainNodeEngineBlockchainNodes.Builder ethereumDetails(BlockchainNodeEngineBlockchainNodesEthereumDetails ethereumDetails)
ethereum_details block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/blockchain_node_engine_blockchain_nodes#ethereum_details BlockchainNodeEngineBlockchainNodes#ethereum_details}
- Parameters:
ethereumDetails- ethereum_details block. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public BlockchainNodeEngineBlockchainNodes.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/blockchain_node_engine_blockchain_nodes#id BlockchainNodeEngineBlockchainNodes#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/blockchain_node_engine_blockchain_nodes#id BlockchainNodeEngineBlockchainNodes#id}. This parameter is required.- Returns:
this
-
labels
@Stability(Stable) public BlockchainNodeEngineBlockchainNodes.Builder labels(Map<String,String> labels)
User-provided key-value pairs.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/blockchain_node_engine_blockchain_nodes#labels BlockchainNodeEngineBlockchainNodes#labels}
- Parameters:
labels- User-provided key-value pairs. This parameter is required.- Returns:
this
-
project
@Stability(Stable) public BlockchainNodeEngineBlockchainNodes.Builder project(String project)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/blockchain_node_engine_blockchain_nodes#project BlockchainNodeEngineBlockchainNodes#project}.- Parameters:
project- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/blockchain_node_engine_blockchain_nodes#project BlockchainNodeEngineBlockchainNodes#project}. This parameter is required.- Returns:
this
-
timeouts
@Stability(Stable) public BlockchainNodeEngineBlockchainNodes.Builder timeouts(BlockchainNodeEngineBlockchainNodesTimeouts timeouts)
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/blockchain_node_engine_blockchain_nodes#timeouts BlockchainNodeEngineBlockchainNodes#timeouts}
- Parameters:
timeouts- timeouts block. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public BlockchainNodeEngineBlockchainNodes build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BlockchainNodeEngineBlockchainNodes>- Returns:
- a newly built instance of
BlockchainNodeEngineBlockchainNodes.
-
-