Interface OsConfigPatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObject
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigPatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObject.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.293Z") @Stability(Stable) public interface OsConfigPatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObject extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigPatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObject.Builderstatic classOsConfigPatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObject.Jsii$ProxyAn implementation forOsConfigPatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObject
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static OsConfigPatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObject.Builderbuilder()StringgetBucket()Bucket of the Cloud Storage object.StringgetGenerationNumber()Generation number of the Cloud Storage object.StringgetObject()Name of the Cloud Storage object.
-
-
-
Method Detail
-
getBucket
@Stability(Stable) @NotNull String getBucket()
Bucket of the Cloud Storage object.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#bucket OsConfigPatchDeployment#bucket}
-
getGenerationNumber
@Stability(Stable) @NotNull String getGenerationNumber()
Generation number of the Cloud Storage object.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}
-
getObject
@Stability(Stable) @NotNull String getObject()
Name of the Cloud Storage object.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#object OsConfigPatchDeployment#object}
-
builder
@Stability(Stable) static OsConfigPatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObject.Builder builder()
-
-