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