Interface CloudbuildTriggerBuildOptionsVolumes
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudbuildTriggerBuildOptionsVolumes.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.070Z") @Stability(Stable) public interface CloudbuildTriggerBuildOptionsVolumes extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudbuildTriggerBuildOptionsVolumes.BuilderA builder forCloudbuildTriggerBuildOptionsVolumesstatic classCloudbuildTriggerBuildOptionsVolumes.Jsii$ProxyAn implementation forCloudbuildTriggerBuildOptionsVolumes
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CloudbuildTriggerBuildOptionsVolumes.Builderbuilder()default StringgetName()Name of the volume to mount.default StringgetPath()Path at which to mount the volume.
-
-
-
Method Detail
-
getName
@Stability(Stable) @Nullable default 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) @Nullable default 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 CloudbuildTriggerBuildOptionsVolumes.Builder builder()
-
-