Interface CloudbuildTriggerBuildArtifactsObjects
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudbuildTriggerBuildArtifactsObjects.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.066Z") @Stability(Stable) public interface CloudbuildTriggerBuildArtifactsObjects extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudbuildTriggerBuildArtifactsObjects.BuilderA builder forCloudbuildTriggerBuildArtifactsObjectsstatic classCloudbuildTriggerBuildArtifactsObjects.Jsii$ProxyAn implementation forCloudbuildTriggerBuildArtifactsObjects
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CloudbuildTriggerBuildArtifactsObjects.Builderbuilder()default StringgetLocation()Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/".default List<String>getPaths()Path globs used to match files in the build's workspace.
-
-
-
Method Detail
-
getLocation
@Stability(Stable) @Nullable default String getLocation()
Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/".Files in the workspace matching any path pattern will be uploaded to Cloud Storage with this location as a prefix. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#location CloudbuildTrigger#location}
-
getPaths
@Stability(Stable) @Nullable default List<String> getPaths()
Path globs used to match files in the build's workspace.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#paths CloudbuildTrigger#paths}
-
builder
@Stability(Stable) static CloudbuildTriggerBuildArtifactsObjects.Builder builder()
-
-