Class CloudbuildTriggerBuildOptionsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.cloudbuild_trigger.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description CloudbuildTriggerBuildOptionsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedCloudbuildTriggerBuildOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedCloudbuildTriggerBuildOptionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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()
-
getVolumes
@Stability(Stable) @NotNull public CloudbuildTriggerBuildOptionsVolumesList getVolumes()
-
getDiskSizeGbInput
@Stability(Stable) @Nullable public Number getDiskSizeGbInput()
-
getDynamicSubstitutionsInput
@Stability(Stable) @Nullable public Object getDynamicSubstitutionsInput()
-
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()
-
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)
-
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)
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public CloudbuildTriggerBuildOptions getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable CloudbuildTriggerBuildOptions value)
-
-