Class GkeBackupBackupPlanBackupConfigSelectedApplications.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gke_backup_backup_plan.GkeBackupBackupPlanBackupConfigSelectedApplications.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeBackupBackupPlanBackupConfigSelectedApplications>
- Enclosing interface:
- GkeBackupBackupPlanBackupConfigSelectedApplications
@Stability(Stable) public static final class GkeBackupBackupPlanBackupConfigSelectedApplications.Builder extends Object implements software.amazon.jsii.Builder<GkeBackupBackupPlanBackupConfigSelectedApplications>
A builder forGkeBackupBackupPlanBackupConfigSelectedApplications
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeBackupBackupPlanBackupConfigSelectedApplicationsbuild()Builds the configured instance.GkeBackupBackupPlanBackupConfigSelectedApplications.BuildernamespacedNames(com.hashicorp.cdktf.IResolvable namespacedNames)Sets the value ofGkeBackupBackupPlanBackupConfigSelectedApplications.getNamespacedNames()GkeBackupBackupPlanBackupConfigSelectedApplications.BuildernamespacedNames(List<? extends GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNames> namespacedNames)Sets the value ofGkeBackupBackupPlanBackupConfigSelectedApplications.getNamespacedNames()
-
-
-
Method Detail
-
namespacedNames
@Stability(Stable) public GkeBackupBackupPlanBackupConfigSelectedApplications.Builder namespacedNames(com.hashicorp.cdktf.IResolvable namespacedNames)
Sets the value ofGkeBackupBackupPlanBackupConfigSelectedApplications.getNamespacedNames()- 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_backup_plan#namespaced_names GkeBackupBackupPlan#namespaced_names}- Returns:
this
-
namespacedNames
@Stability(Stable) public GkeBackupBackupPlanBackupConfigSelectedApplications.Builder namespacedNames(List<? extends GkeBackupBackupPlanBackupConfigSelectedApplicationsNamespacedNames> namespacedNames)
Sets the value ofGkeBackupBackupPlanBackupConfigSelectedApplications.getNamespacedNames()- 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_backup_plan#namespaced_names GkeBackupBackupPlan#namespaced_names}- Returns:
this
-
build
@Stability(Stable) public GkeBackupBackupPlanBackupConfigSelectedApplications build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeBackupBackupPlanBackupConfigSelectedApplications>- Returns:
- a new instance of
GkeBackupBackupPlanBackupConfigSelectedApplications - Throws:
NullPointerException- if any required attribute was not provided
-
-