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