Class GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gke_backup_restore_plan.GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions>
- Enclosing interface:
- GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions
@Stability(Stable) public static final class GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Builder extends Object implements software.amazon.jsii.Builder<GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActionsbuild()Builds the configured instance.GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.BuilderfromPath(String fromPath)GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Builderop(String op)Sets the value ofGkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.getOp()GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Builderpath(String path)GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Buildervalue(String value)
-
-
-
Method Detail
-
op
@Stability(Stable) public GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Builder op(String op)
Sets the value ofGkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.getOp()- Parameters:
op- Specifies the operation to perform. Possible values: ["REMOVE", "MOVE", "COPY", "ADD", "TEST", "REPLACE"]. 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#op GkeBackupRestorePlan#op}- Returns:
this
-
fromPath
@Stability(Stable) public GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Builder fromPath(String fromPath)
- Parameters:
fromPath- A string containing a JSON Pointer value that references the location in the target document to move the value from. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#from_path GkeBackupRestorePlan#from_path}- Returns:
this
-
path
@Stability(Stable) public GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Builder path(String path)
- Parameters:
path- A string containing a JSON-Pointer value that references a location within the target document where the operation is performed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#path GkeBackupRestorePlan#path}- Returns:
this
-
value
@Stability(Stable) public GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions.Builder value(String value)
- Parameters:
value- A string that specifies the desired value in string format to use for transformation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_restore_plan#value GkeBackupRestorePlan#value}- Returns:
this
-
build
@Stability(Stable) public GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions>- Returns:
- a new instance of
GkeBackupRestorePlanRestoreConfigTransformationRulesFieldActions - Throws:
NullPointerException- if any required attribute was not provided
-
-