Class CloudbuildTriggerBuildStepOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.cloudbuild_trigger.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
-
-
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 CloudbuildTriggerBuildStepOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute, Number complexObjectIndex, Boolean complexObjectIsFromSet)protectedCloudbuildTriggerBuildStepOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedCloudbuildTriggerBuildStepOutputReference(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
-
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()
-
getVolumes
@Stability(Stable) @NotNull public CloudbuildTriggerBuildStepVolumesList getVolumes()
-
getAllowFailureInput
@Stability(Stable) @Nullable public Object getAllowFailureInput()
-
getDirInput
@Stability(Stable) @Nullable public String getDirInput()
-
getEntrypointInput
@Stability(Stable) @Nullable public String getEntrypointInput()
-
getIdInput
@Stability(Stable) @Nullable public String getIdInput()
-
getNameInput
@Stability(Stable) @Nullable public String getNameInput()
-
getScriptInput
@Stability(Stable) @Nullable public String getScriptInput()
-
getTimeoutInput
@Stability(Stable) @Nullable public String getTimeoutInput()
-
getTimingInput
@Stability(Stable) @Nullable public String getTimingInput()
-
getVolumesInput
@Stability(Stable) @Nullable public Object getVolumesInput()
-
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)
-
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)
-
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)
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public Object getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable com.hashicorp.cdktf.IResolvable value)
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable CloudbuildTriggerBuildStep value)
-
-