Class GkeBackupBackupPlanConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gke_backup_backup_plan.GkeBackupBackupPlanConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeBackupBackupPlanConfig>
- Enclosing interface:
- GkeBackupBackupPlanConfig
@Stability(Stable) public static final class GkeBackupBackupPlanConfig.Builder extends Object implements software.amazon.jsii.Builder<GkeBackupBackupPlanConfig>
A builder forGkeBackupBackupPlanConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
cluster
@Stability(Stable) public GkeBackupBackupPlanConfig.Builder cluster(String cluster)
Sets the value ofGkeBackupBackupPlanConfig.getCluster()- Parameters:
cluster- The source cluster from which Backups will be created via this BackupPlan. 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#cluster GkeBackupBackupPlan#cluster}- Returns:
this
-
location
@Stability(Stable) public GkeBackupBackupPlanConfig.Builder location(String location)
Sets the value ofGkeBackupBackupPlanConfig.getLocation()- Parameters:
location- The region of the Backup Plan. 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#location GkeBackupBackupPlan#location}- Returns:
this
-
name
@Stability(Stable) public GkeBackupBackupPlanConfig.Builder name(String name)
Sets the value ofGkeBackupBackupPlanConfig.getName()- Parameters:
name- The full name of the BackupPlan 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
-
backupConfig
@Stability(Stable) public GkeBackupBackupPlanConfig.Builder backupConfig(GkeBackupBackupPlanBackupConfig backupConfig)
Sets the value ofGkeBackupBackupPlanConfig.getBackupConfig()- Parameters:
backupConfig- backup_config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#backup_config GkeBackupBackupPlan#backup_config}- Returns:
this
-
backupSchedule
@Stability(Stable) public GkeBackupBackupPlanConfig.Builder backupSchedule(GkeBackupBackupPlanBackupSchedule backupSchedule)
Sets the value ofGkeBackupBackupPlanConfig.getBackupSchedule()- Parameters:
backupSchedule- backup_schedule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#backup_schedule GkeBackupBackupPlan#backup_schedule}- Returns:
this
-
deactivated
@Stability(Stable) public GkeBackupBackupPlanConfig.Builder deactivated(Boolean deactivated)
Sets the value ofGkeBackupBackupPlanConfig.getDeactivated()- Parameters:
deactivated- This flag indicates whether this BackupPlan has been deactivated. Setting this field to True locks the BackupPlan such that no further updates will be allowed (except deletes), including the deactivated field itself. It also prevents any new Backups from being created via this BackupPlan (including scheduled Backups). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#deactivated GkeBackupBackupPlan#deactivated}- Returns:
this
-
deactivated
@Stability(Stable) public GkeBackupBackupPlanConfig.Builder deactivated(com.hashicorp.cdktf.IResolvable deactivated)
Sets the value ofGkeBackupBackupPlanConfig.getDeactivated()- Parameters:
deactivated- This flag indicates whether this BackupPlan has been deactivated. Setting this field to True locks the BackupPlan such that no further updates will be allowed (except deletes), including the deactivated field itself. It also prevents any new Backups from being created via this BackupPlan (including scheduled Backups). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#deactivated GkeBackupBackupPlan#deactivated}- Returns:
this
-
description
@Stability(Stable) public GkeBackupBackupPlanConfig.Builder description(String description)
Sets the value ofGkeBackupBackupPlanConfig.getDescription()- Parameters:
description- User specified descriptive string for this BackupPlan. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#description GkeBackupBackupPlan#description}- Returns:
this
-
id
@Stability(Stable) public GkeBackupBackupPlanConfig.Builder id(String id)
Sets the value ofGkeBackupBackupPlanConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#id GkeBackupBackupPlan#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.- Returns:
this
-
labels
@Stability(Stable) public GkeBackupBackupPlanConfig.Builder labels(Map<String,String> labels)
Sets the value ofGkeBackupBackupPlanConfig.getLabels()- Parameters:
labels- Description: A set of custom labels supplied by the user. A list of key->value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }. **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#labels GkeBackupBackupPlan#labels}- Returns:
this
-
project
@Stability(Stable) public GkeBackupBackupPlanConfig.Builder project(String project)
Sets the value ofGkeBackupBackupPlanConfig.getProject()- Parameters:
project- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#project GkeBackupBackupPlan#project}.- Returns:
this
-
retentionPolicy
@Stability(Stable) public GkeBackupBackupPlanConfig.Builder retentionPolicy(GkeBackupBackupPlanRetentionPolicy retentionPolicy)
Sets the value ofGkeBackupBackupPlanConfig.getRetentionPolicy()- Parameters:
retentionPolicy- retention_policy block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#retention_policy GkeBackupBackupPlan#retention_policy}- Returns:
this
-
timeouts
@Stability(Stable) public GkeBackupBackupPlanConfig.Builder timeouts(GkeBackupBackupPlanTimeouts timeouts)
Sets the value ofGkeBackupBackupPlanConfig.getTimeouts()- Parameters:
timeouts- timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#timeouts GkeBackupBackupPlan#timeouts}- Returns:
this
-
connection
@Stability(Experimental) public GkeBackupBackupPlanConfig.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
connection
@Stability(Experimental) public GkeBackupBackupPlanConfig.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public GkeBackupBackupPlanConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public GkeBackupBackupPlanConfig.Builder count(com.hashicorp.cdktf.TerraformCount count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
dependsOn
@Stability(Experimental) public GkeBackupBackupPlanConfig.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
Sets the value ofTerraformMetaArguments.getDependsOn()- Parameters:
dependsOn- the value to be set.- Returns:
this
-
forEach
@Stability(Experimental) public GkeBackupBackupPlanConfig.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
Sets the value ofTerraformMetaArguments.getForEach()- Parameters:
forEach- the value to be set.- Returns:
this
-
lifecycle
@Stability(Experimental) public GkeBackupBackupPlanConfig.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
Sets the value ofTerraformMetaArguments.getLifecycle()- Parameters:
lifecycle- the value to be set.- Returns:
this
-
provider
@Stability(Experimental) public GkeBackupBackupPlanConfig.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
Sets the value ofTerraformMetaArguments.getProvider()- Parameters:
provider- the value to be set.- Returns:
this
-
provisioners
@Stability(Experimental) public GkeBackupBackupPlanConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public GkeBackupBackupPlanConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeBackupBackupPlanConfig>- Returns:
- a new instance of
GkeBackupBackupPlanConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-