Class GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gke_backup_restore_plan.GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds>
- Enclosing interface:
- GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds
@Stability(Stable) public static final class GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.Builder extends Object implements software.amazon.jsii.Builder<GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindsbuild()Builds the configured instance.GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.BuilderresourceGroup(String resourceGroup)GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.BuilderresourceKind(String resourceKind)
-
-
-
Method Detail
-
resourceGroup
@Stability(Stable) public GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.Builder resourceGroup(String resourceGroup)
Sets the value ofGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.getResourceGroup()- Parameters:
resourceGroup- API Group string of a Kubernetes resource, e.g. "apiextensions.k8s.io", "storage.k8s.io", etc. Use empty string for core group. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#resource_group GkeBackupRestorePlan#resource_group}- Returns:
this
-
resourceKind
@Stability(Stable) public GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.Builder resourceKind(String resourceKind)
Sets the value ofGkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds.getResourceKind()- Parameters:
resourceKind- Kind of a Kubernetes resource, e.g. "CustomResourceDefinition", "StorageClass", etc. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#resource_kind GkeBackupRestorePlan#resource_kind}- Returns:
this
-
build
@Stability(Stable) public GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds>- Returns:
- a new instance of
GkeBackupRestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKinds - Throws:
NullPointerException- if any required attribute was not provided
-
-