Class OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject>
- Enclosing interface:
- OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject
@Stability(Stable) public static final class OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject.Builder extends Object implements software.amazon.jsii.Builder<OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject.Builderbucket(String bucket)OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectbuild()Builds the configured instance.OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject.BuildergenerationNumber(String generationNumber)OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject.Builderobject(String object)
-
-
-
Method Detail
-
bucket
@Stability(Stable) public OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject.Builder bucket(String bucket)
Sets the value ofOsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject.getBucket()- 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 OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject.Builder generationNumber(String generationNumber)
Sets the value ofOsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject.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 OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject.Builder object(String object)
Sets the value ofOsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject.getObject()- 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 OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject>- Returns:
- a new instance of
OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject - Throws:
NullPointerException- if any required attribute was not provided
-
-