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