Class GkeBackupRestorePlanRestoreConfigSelectedNamespaces.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gke_backup_restore_plan.GkeBackupRestorePlanRestoreConfigSelectedNamespaces.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeBackupRestorePlanRestoreConfigSelectedNamespaces>
- Enclosing interface:
- GkeBackupRestorePlanRestoreConfigSelectedNamespaces
@Stability(Stable) public static final class GkeBackupRestorePlanRestoreConfigSelectedNamespaces.Builder extends Object implements software.amazon.jsii.Builder<GkeBackupRestorePlanRestoreConfigSelectedNamespaces>
A builder forGkeBackupRestorePlanRestoreConfigSelectedNamespaces
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeBackupRestorePlanRestoreConfigSelectedNamespacesbuild()Builds the configured instance.GkeBackupRestorePlanRestoreConfigSelectedNamespaces.Buildernamespaces(List<String> namespaces)Sets the value ofGkeBackupRestorePlanRestoreConfigSelectedNamespaces.getNamespaces()
-
-
-
Method Detail
-
namespaces
@Stability(Stable) public GkeBackupRestorePlanRestoreConfigSelectedNamespaces.Builder namespaces(List<String> namespaces)
Sets the value ofGkeBackupRestorePlanRestoreConfigSelectedNamespaces.getNamespaces()- Parameters:
namespaces- A list of Kubernetes Namespaces. 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#namespaces GkeBackupRestorePlan#namespaces}- Returns:
this
-
build
@Stability(Stable) public GkeBackupRestorePlanRestoreConfigSelectedNamespaces build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeBackupRestorePlanRestoreConfigSelectedNamespaces>- Returns:
- a new instance of
GkeBackupRestorePlanRestoreConfigSelectedNamespaces - Throws:
NullPointerException- if any required attribute was not provided
-
-