Class CloudbuildTriggerBuildArtifactsObjectsOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.066Z")
    @Stability(Stable)
    public class CloudbuildTriggerBuildArtifactsObjectsOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • CloudbuildTriggerBuildArtifactsObjectsOutputReference

        protected CloudbuildTriggerBuildArtifactsObjectsOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • CloudbuildTriggerBuildArtifactsObjectsOutputReference

        protected CloudbuildTriggerBuildArtifactsObjectsOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • CloudbuildTriggerBuildArtifactsObjectsOutputReference

        @Stability(Stable)
        public CloudbuildTriggerBuildArtifactsObjectsOutputReference​(@NotNull
                                                                     com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                     @NotNull
                                                                     String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetLocation

        @Stability(Stable)
        public void resetLocation()
      • resetPaths

        @Stability(Stable)
        public void resetPaths()
      • getLocationInput

        @Stability(Stable)
        @Nullable
        public String getLocationInput()
      • getPathsInput

        @Stability(Stable)
        @Nullable
        public List<String> getPathsInput()
      • getLocation

        @Stability(Stable)
        @NotNull
        public String getLocation()
      • setLocation

        @Stability(Stable)
        public void setLocation​(@NotNull
                                String value)
      • getPaths

        @Stability(Stable)
        @NotNull
        public List<String> getPaths()
      • setPaths

        @Stability(Stable)
        public void setPaths​(@NotNull
                             List<String> value)