Class MemcacheInstanceMemcacheNodes.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.memcache_instance.MemcacheInstanceMemcacheNodes.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<MemcacheInstanceMemcacheNodes>
- Enclosing interface:
- MemcacheInstanceMemcacheNodes
@Stability(Stable) public static final class MemcacheInstanceMemcacheNodes.Builder extends Object implements software.amazon.jsii.Builder<MemcacheInstanceMemcacheNodes>
A builder forMemcacheInstanceMemcacheNodes
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MemcacheInstanceMemcacheNodesbuild()Builds the configured instance.
-
-
-
Method Detail
-
build
@Stability(Stable) public MemcacheInstanceMemcacheNodes build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MemcacheInstanceMemcacheNodes>- Returns:
- a new instance of
MemcacheInstanceMemcacheNodes - Throws:
NullPointerException- if any required attribute was not provided
-
-