Class CloudbuildTriggerBuildStepOutputReference

  • 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.076Z")
    @Stability(Stable)
    public class CloudbuildTriggerBuildStepOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • CloudbuildTriggerBuildStepOutputReference

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

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

        @Stability(Stable)
        public CloudbuildTriggerBuildStepOutputReference​(@NotNull
                                                         com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                         @NotNull
                                                         String terraformAttribute,
                                                         @NotNull
                                                         Number complexObjectIndex,
                                                         @NotNull
                                                         Boolean complexObjectIsFromSet)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
        complexObjectIndex - the index of this item in the list. This parameter is required.
        complexObjectIsFromSet - whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
    • Method Detail

      • putVolumes

        @Stability(Stable)
        public void putVolumes​(@NotNull
                               Object value)
        Parameters:
        value - This parameter is required.
      • resetAllowExitCodes

        @Stability(Stable)
        public void resetAllowExitCodes()
      • resetAllowFailure

        @Stability(Stable)
        public void resetAllowFailure()
      • resetArgs

        @Stability(Stable)
        public void resetArgs()
      • resetDir

        @Stability(Stable)
        public void resetDir()
      • resetEntrypoint

        @Stability(Stable)
        public void resetEntrypoint()
      • resetEnv

        @Stability(Stable)
        public void resetEnv()
      • resetId

        @Stability(Stable)
        public void resetId()
      • resetScript

        @Stability(Stable)
        public void resetScript()
      • resetSecretEnv

        @Stability(Stable)
        public void resetSecretEnv()
      • resetTimeout

        @Stability(Stable)
        public void resetTimeout()
      • resetTiming

        @Stability(Stable)
        public void resetTiming()
      • resetVolumes

        @Stability(Stable)
        public void resetVolumes()
      • resetWaitFor

        @Stability(Stable)
        public void resetWaitFor()
      • getAllowExitCodesInput

        @Stability(Stable)
        @Nullable
        public List<Number> getAllowExitCodesInput()
      • getAllowFailureInput

        @Stability(Stable)
        @Nullable
        public Object getAllowFailureInput()
      • getArgsInput

        @Stability(Stable)
        @Nullable
        public List<String> getArgsInput()
      • getDirInput

        @Stability(Stable)
        @Nullable
        public String getDirInput()
      • getEntrypointInput

        @Stability(Stable)
        @Nullable
        public String getEntrypointInput()
      • getEnvInput

        @Stability(Stable)
        @Nullable
        public List<String> getEnvInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getNameInput

        @Stability(Stable)
        @Nullable
        public String getNameInput()
      • getScriptInput

        @Stability(Stable)
        @Nullable
        public String getScriptInput()
      • getSecretEnvInput

        @Stability(Stable)
        @Nullable
        public List<String> getSecretEnvInput()
      • getTimeoutInput

        @Stability(Stable)
        @Nullable
        public String getTimeoutInput()
      • getTimingInput

        @Stability(Stable)
        @Nullable
        public String getTimingInput()
      • getVolumesInput

        @Stability(Stable)
        @Nullable
        public Object getVolumesInput()
      • getWaitForInput

        @Stability(Stable)
        @Nullable
        public List<String> getWaitForInput()
      • getAllowExitCodes

        @Stability(Stable)
        @NotNull
        public List<Number> getAllowExitCodes()
      • setAllowExitCodes

        @Stability(Stable)
        public void setAllowExitCodes​(@NotNull
                                      List<Number> value)
      • getAllowFailure

        @Stability(Stable)
        @NotNull
        public Object getAllowFailure()
      • setAllowFailure

        @Stability(Stable)
        public void setAllowFailure​(@NotNull
                                    Boolean value)
      • setAllowFailure

        @Stability(Stable)
        public void setAllowFailure​(@NotNull
                                    com.hashicorp.cdktf.IResolvable value)
      • getArgs

        @Stability(Stable)
        @NotNull
        public List<String> getArgs()
      • setArgs

        @Stability(Stable)
        public void setArgs​(@NotNull
                            List<String> value)
      • getDir

        @Stability(Stable)
        @NotNull
        public String getDir()
      • setDir

        @Stability(Stable)
        public void setDir​(@NotNull
                           String value)
      • getEntrypoint

        @Stability(Stable)
        @NotNull
        public String getEntrypoint()
      • setEntrypoint

        @Stability(Stable)
        public void setEntrypoint​(@NotNull
                                  String value)
      • getEnv

        @Stability(Stable)
        @NotNull
        public List<String> getEnv()
      • setEnv

        @Stability(Stable)
        public void setEnv​(@NotNull
                           List<String> value)
      • getId

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getName

        @Stability(Stable)
        @NotNull
        public String getName()
      • setName

        @Stability(Stable)
        public void setName​(@NotNull
                            String value)
      • getScript

        @Stability(Stable)
        @NotNull
        public String getScript()
      • setScript

        @Stability(Stable)
        public void setScript​(@NotNull
                              String value)
      • getSecretEnv

        @Stability(Stable)
        @NotNull
        public List<String> getSecretEnv()
      • setSecretEnv

        @Stability(Stable)
        public void setSecretEnv​(@NotNull
                                 List<String> value)
      • getTimeout

        @Stability(Stable)
        @NotNull
        public String getTimeout()
      • setTimeout

        @Stability(Stable)
        public void setTimeout​(@NotNull
                               String value)
      • getTiming

        @Stability(Stable)
        @NotNull
        public String getTiming()
      • setTiming

        @Stability(Stable)
        public void setTiming​(@NotNull
                              String value)
      • getWaitFor

        @Stability(Stable)
        @NotNull
        public List<String> getWaitFor()
      • setWaitFor

        @Stability(Stable)
        public void setWaitFor​(@NotNull
                               List<String> value)
      • getInternalValue

        @Stability(Stable)
        @Nullable
        public Object getInternalValue()
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     com.hashicorp.cdktf.IResolvable value)