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