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