Class CloudbuildTriggerBuildOptionsOutputReference

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

      • CloudbuildTriggerBuildOptionsOutputReference

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

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

        @Stability(Stable)
        public CloudbuildTriggerBuildOptionsOutputReference​(@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

      • putVolumes

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

        @Stability(Stable)
        public void resetDiskSizeGb()
      • resetDynamicSubstitutions

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

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

        @Stability(Stable)
        public void resetLogging()
      • resetLogStreamingOption

        @Stability(Stable)
        public void resetLogStreamingOption()
      • resetMachineType

        @Stability(Stable)
        public void resetMachineType()
      • resetRequestedVerifyOption

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

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

        @Stability(Stable)
        public void resetSourceProvenanceHash()
      • resetSubstitutionOption

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

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

        @Stability(Stable)
        public void resetWorkerPool()
      • getDiskSizeGbInput

        @Stability(Stable)
        @Nullable
        public Number getDiskSizeGbInput()
      • getDynamicSubstitutionsInput

        @Stability(Stable)
        @Nullable
        public Object getDynamicSubstitutionsInput()
      • getEnvInput

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

        @Stability(Stable)
        @Nullable
        public String getLoggingInput()
      • getLogStreamingOptionInput

        @Stability(Stable)
        @Nullable
        public String getLogStreamingOptionInput()
      • getMachineTypeInput

        @Stability(Stable)
        @Nullable
        public String getMachineTypeInput()
      • getRequestedVerifyOptionInput

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

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

        @Stability(Stable)
        @Nullable
        public List<String> getSourceProvenanceHashInput()
      • getSubstitutionOptionInput

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

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

        @Stability(Stable)
        @Nullable
        public String getWorkerPoolInput()
      • getDiskSizeGb

        @Stability(Stable)
        @NotNull
        public Number getDiskSizeGb()
      • setDiskSizeGb

        @Stability(Stable)
        public void setDiskSizeGb​(@NotNull
                                  Number value)
      • getDynamicSubstitutions

        @Stability(Stable)
        @NotNull
        public Object getDynamicSubstitutions()
      • setDynamicSubstitutions

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

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

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

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

        @Stability(Stable)
        @NotNull
        public String getLogging()
      • setLogging

        @Stability(Stable)
        public void setLogging​(@NotNull
                               String value)
      • getLogStreamingOption

        @Stability(Stable)
        @NotNull
        public String getLogStreamingOption()
      • setLogStreamingOption

        @Stability(Stable)
        public void setLogStreamingOption​(@NotNull
                                          String value)
      • getMachineType

        @Stability(Stable)
        @NotNull
        public String getMachineType()
      • setMachineType

        @Stability(Stable)
        public void setMachineType​(@NotNull
                                   String value)
      • getRequestedVerifyOption

        @Stability(Stable)
        @NotNull
        public String getRequestedVerifyOption()
      • setRequestedVerifyOption

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

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

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

        @Stability(Stable)
        @NotNull
        public List<String> getSourceProvenanceHash()
      • setSourceProvenanceHash

        @Stability(Stable)
        public void setSourceProvenanceHash​(@NotNull
                                            List<String> value)
      • getSubstitutionOption

        @Stability(Stable)
        @NotNull
        public String getSubstitutionOption()
      • setSubstitutionOption

        @Stability(Stable)
        public void setSubstitutionOption​(@NotNull
                                          String value)
      • getWorkerPool

        @Stability(Stable)
        @NotNull
        public String getWorkerPool()
      • setWorkerPool

        @Stability(Stable)
        public void setWorkerPool​(@NotNull
                                  String value)