Class GkeHubFeatureMembershipConfigmanagementHierarchyController.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gke_hub_feature_membership.GkeHubFeatureMembershipConfigmanagementHierarchyController.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeHubFeatureMembershipConfigmanagementHierarchyController>
- Enclosing interface:
- GkeHubFeatureMembershipConfigmanagementHierarchyController
@Stability(Stable) public static final class GkeHubFeatureMembershipConfigmanagementHierarchyController.Builder extends Object implements software.amazon.jsii.Builder<GkeHubFeatureMembershipConfigmanagementHierarchyController>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
enabled
@Stability(Stable) public GkeHubFeatureMembershipConfigmanagementHierarchyController.Builder enabled(Boolean enabled)
Sets the value ofGkeHubFeatureMembershipConfigmanagementHierarchyController.getEnabled()- Parameters:
enabled- Whether Hierarchy Controller is enabled in this cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#enabled GkeHubFeatureMembership#enabled}- Returns:
this
-
enabled
@Stability(Stable) public GkeHubFeatureMembershipConfigmanagementHierarchyController.Builder enabled(com.hashicorp.cdktf.IResolvable enabled)
Sets the value ofGkeHubFeatureMembershipConfigmanagementHierarchyController.getEnabled()- Parameters:
enabled- Whether Hierarchy Controller is enabled in this cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#enabled GkeHubFeatureMembership#enabled}- Returns:
this
-
enableHierarchicalResourceQuota
@Stability(Stable) public GkeHubFeatureMembershipConfigmanagementHierarchyController.Builder enableHierarchicalResourceQuota(Boolean enableHierarchicalResourceQuota)
Sets the value ofGkeHubFeatureMembershipConfigmanagementHierarchyController.getEnableHierarchicalResourceQuota()- Parameters:
enableHierarchicalResourceQuota- Whether hierarchical resource quota is enabled in this cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#enable_hierarchical_resource_quota GkeHubFeatureMembership#enable_hierarchical_resource_quota}- Returns:
this
-
enableHierarchicalResourceQuota
@Stability(Stable) public GkeHubFeatureMembershipConfigmanagementHierarchyController.Builder enableHierarchicalResourceQuota(com.hashicorp.cdktf.IResolvable enableHierarchicalResourceQuota)
Sets the value ofGkeHubFeatureMembershipConfigmanagementHierarchyController.getEnableHierarchicalResourceQuota()- Parameters:
enableHierarchicalResourceQuota- Whether hierarchical resource quota is enabled in this cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#enable_hierarchical_resource_quota GkeHubFeatureMembership#enable_hierarchical_resource_quota}- Returns:
this
-
enablePodTreeLabels
@Stability(Stable) public GkeHubFeatureMembershipConfigmanagementHierarchyController.Builder enablePodTreeLabels(Boolean enablePodTreeLabels)
Sets the value ofGkeHubFeatureMembershipConfigmanagementHierarchyController.getEnablePodTreeLabels()- Parameters:
enablePodTreeLabels- Whether pod tree labels are enabled in this cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#enable_pod_tree_labels GkeHubFeatureMembership#enable_pod_tree_labels}- Returns:
this
-
enablePodTreeLabels
@Stability(Stable) public GkeHubFeatureMembershipConfigmanagementHierarchyController.Builder enablePodTreeLabels(com.hashicorp.cdktf.IResolvable enablePodTreeLabels)
Sets the value ofGkeHubFeatureMembershipConfigmanagementHierarchyController.getEnablePodTreeLabels()- Parameters:
enablePodTreeLabels- Whether pod tree labels are enabled in this cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_hub_feature_membership#enable_pod_tree_labels GkeHubFeatureMembership#enable_pod_tree_labels}- Returns:
this
-
build
@Stability(Stable) public GkeHubFeatureMembershipConfigmanagementHierarchyController build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeHubFeatureMembershipConfigmanagementHierarchyController>- Returns:
- a new instance of
GkeHubFeatureMembershipConfigmanagementHierarchyController - Throws:
NullPointerException- if any required attribute was not provided
-
-