Class OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject>
- Enclosing interface:
- OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject
@Stability(Stable) public static final class OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject.Builder extends Object implements software.amazon.jsii.Builder<OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject.Builderbucket(String bucket)OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObjectbuild()Builds the configured instance.OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject.BuildergenerationNumber(String generationNumber)OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject.Builderobject(String object)
-
-
-
Method Detail
-
bucket
@Stability(Stable) public OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject.Builder bucket(String bucket)
- Parameters:
bucket- Bucket of the Cloud Storage object. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#bucket OsConfigPatchDeployment#bucket}- Returns:
this
-
generationNumber
@Stability(Stable) public OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject.Builder generationNumber(String generationNumber)
Sets the value ofOsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject.getGenerationNumber()- Parameters:
generationNumber- Generation number of the Cloud Storage object. This parameter is required. This is used to ensure that the ExecStep specified by this PatchJob does not change. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#generation_number OsConfigPatchDeployment#generation_number}- Returns:
this
-
object
@Stability(Stable) public OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject.Builder object(String object)
- Parameters:
object- Name of the Cloud Storage object. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#object OsConfigPatchDeployment#object}- Returns:
this
-
build
@Stability(Stable) public OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject>- Returns:
- a new instance of
OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject - Throws:
NullPointerException- if any required attribute was not provided
-
-