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