Class GkeBackupRestorePlanRestoreConfigSelectedApplications.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gke_backup_restore_plan.GkeBackupRestorePlanRestoreConfigSelectedApplications.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeBackupRestorePlanRestoreConfigSelectedApplications>
- Enclosing interface:
- GkeBackupRestorePlanRestoreConfigSelectedApplications
@Stability(Stable) public static final class GkeBackupRestorePlanRestoreConfigSelectedApplications.Builder extends Object implements software.amazon.jsii.Builder<GkeBackupRestorePlanRestoreConfigSelectedApplications>
A builder forGkeBackupRestorePlanRestoreConfigSelectedApplications
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeBackupRestorePlanRestoreConfigSelectedApplicationsbuild()Builds the configured instance.GkeBackupRestorePlanRestoreConfigSelectedApplications.BuildernamespacedNames(com.hashicorp.cdktf.IResolvable namespacedNames)GkeBackupRestorePlanRestoreConfigSelectedApplications.BuildernamespacedNames(List<? extends GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames> namespacedNames)
-
-
-
Method Detail
-
namespacedNames
@Stability(Stable) public GkeBackupRestorePlanRestoreConfigSelectedApplications.Builder namespacedNames(com.hashicorp.cdktf.IResolvable namespacedNames)
- Parameters:
namespacedNames- namespaced_names block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#namespaced_names GkeBackupRestorePlan#namespaced_names}- Returns:
this
-
namespacedNames
@Stability(Stable) public GkeBackupRestorePlanRestoreConfigSelectedApplications.Builder namespacedNames(List<? extends GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames> namespacedNames)
- Parameters:
namespacedNames- namespaced_names block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#namespaced_names GkeBackupRestorePlan#namespaced_names}- Returns:
this
-
build
@Stability(Stable) public GkeBackupRestorePlanRestoreConfigSelectedApplications build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeBackupRestorePlanRestoreConfigSelectedApplications>- Returns:
- a new instance of
GkeBackupRestorePlanRestoreConfigSelectedApplications - Throws:
NullPointerException- if any required attribute was not provided
-
-