Interface CloudbuildTriggerBuildStepVolumes
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudbuildTriggerBuildStepVolumes.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.077Z") @Stability(Stable) public interface CloudbuildTriggerBuildStepVolumes extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudbuildTriggerBuildStepVolumes.BuilderA builder forCloudbuildTriggerBuildStepVolumesstatic classCloudbuildTriggerBuildStepVolumes.Jsii$ProxyAn implementation forCloudbuildTriggerBuildStepVolumes
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static CloudbuildTriggerBuildStepVolumes.Builderbuilder()StringgetName()Name of the volume to mount.StringgetPath()Path at which to mount the volume.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Name of the volume to mount.Volume names must be unique per build step and must be valid names for Docker volumes. Each named volume must be used by at least two build steps. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#name CloudbuildTrigger#name}
-
getPath
@Stability(Stable) @NotNull String getPath()
Path at which to mount the volume.Paths must be absolute and cannot conflict with other volume paths on the same build step or with certain reserved volume paths. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#path CloudbuildTrigger#path}
-
builder
@Stability(Stable) static CloudbuildTriggerBuildStepVolumes.Builder builder()
-
-