Class BlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetails.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.blockchain_node_engine_blockchain_nodes.BlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetails.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetails>
- Enclosing interface:
- BlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetails
@Stability(Stable) public static final class BlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetails.Builder extends Object implements software.amazon.jsii.Builder<BlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetails>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetailsbuild()Builds the configured instance.BlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetails.BuildergarbageCollectionMode(String garbageCollectionMode)
-
-
-
Method Detail
-
garbageCollectionMode
@Stability(Stable) public BlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetails.Builder garbageCollectionMode(String garbageCollectionMode)
Sets the value ofBlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetails.getGarbageCollectionMode()- Parameters:
garbageCollectionMode- Blockchain garbage collection modes. Only applicable when NodeType is FULL or ARCHIVE. Possible values: ["FULL", "ARCHIVE"]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/blockchain_node_engine_blockchain_nodes#garbage_collection_mode BlockchainNodeEngineBlockchainNodes#garbage_collection_mode}- Returns:
this
-
build
@Stability(Stable) public BlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetails build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetails>- Returns:
- a new instance of
BlockchainNodeEngineBlockchainNodesEthereumDetailsGethDetails - Throws:
NullPointerException- if any required attribute was not provided
-
-