Class GkeHubScopeRbacRoleBindingRole.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gke_hub_scope_rbac_role_binding.GkeHubScopeRbacRoleBindingRole.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeHubScopeRbacRoleBindingRole>
- Enclosing interface:
- GkeHubScopeRbacRoleBindingRole
@Stability(Stable) public static final class GkeHubScopeRbacRoleBindingRole.Builder extends Object implements software.amazon.jsii.Builder<GkeHubScopeRbacRoleBindingRole>
A builder forGkeHubScopeRbacRoleBindingRole
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeHubScopeRbacRoleBindingRolebuild()Builds the configured instance.GkeHubScopeRbacRoleBindingRole.BuilderpredefinedRole(String predefinedRole)Sets the value ofGkeHubScopeRbacRoleBindingRole.getPredefinedRole()
-
-
-
Method Detail
-
predefinedRole
@Stability(Stable) public GkeHubScopeRbacRoleBindingRole.Builder predefinedRole(String predefinedRole)
Sets the value ofGkeHubScopeRbacRoleBindingRole.getPredefinedRole()- Parameters:
predefinedRole- PredefinedRole is an ENUM representation of the default Kubernetes Roles Possible values: ["UNKNOWN", "ADMIN", "EDIT", "VIEW"]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_scope_rbac_role_binding#predefined_role GkeHubScopeRbacRoleBinding#predefined_role}- Returns:
this
-
build
@Stability(Stable) public GkeHubScopeRbacRoleBindingRole build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeHubScopeRbacRoleBindingRole>- Returns:
- a new instance of
GkeHubScopeRbacRoleBindingRole - Throws:
NullPointerException- if any required attribute was not provided
-
-