Class GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gke_backup_restore_plan.GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames>
- Enclosing interface:
- GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames
@Stability(Stable) public static final class GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.Builder extends Object implements software.amazon.jsii.Builder<GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNamesbuild()Builds the configured instance.GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.Buildername(String name)GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.Buildernamespace(String namespace)
-
-
-
Method Detail
-
name
@Stability(Stable) public GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.Builder name(String name)
- Parameters:
name- The name of a Kubernetes Resource. 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#name GkeBackupRestorePlan#name}- Returns:
this
-
namespace
@Stability(Stable) public GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.Builder namespace(String namespace)
Sets the value ofGkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames.getNamespace()- Parameters:
namespace- The namespace of a Kubernetes Resource. 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#namespace GkeBackupRestorePlan#namespace}- Returns:
this
-
build
@Stability(Stable) public GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames>- Returns:
- a new instance of
GkeBackupRestorePlanRestoreConfigSelectedApplicationsNamespacedNames - Throws:
NullPointerException- if any required attribute was not provided
-
-