Class DataprocWorkflowTemplateJobsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplateJobsOutputReference
-
- 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:20.794Z") @Stability(Stable) public class DataprocWorkflowTemplateJobsOutputReference 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 DataprocWorkflowTemplateJobsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute, Number complexObjectIndex, Boolean complexObjectIsFromSet)protectedDataprocWorkflowTemplateJobsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataprocWorkflowTemplateJobsOutputReference(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
-
DataprocWorkflowTemplateJobsOutputReference
protected DataprocWorkflowTemplateJobsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DataprocWorkflowTemplateJobsOutputReference
protected DataprocWorkflowTemplateJobsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DataprocWorkflowTemplateJobsOutputReference
@Stability(Stable) public DataprocWorkflowTemplateJobsOutputReference(@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
-
putHadoopJob
@Stability(Stable) public void putHadoopJob(@NotNull DataprocWorkflowTemplateJobsHadoopJob value)- Parameters:
value- This parameter is required.
-
putHiveJob
@Stability(Stable) public void putHiveJob(@NotNull DataprocWorkflowTemplateJobsHiveJob value)- Parameters:
value- This parameter is required.
-
putPigJob
@Stability(Stable) public void putPigJob(@NotNull DataprocWorkflowTemplateJobsPigJob value)- Parameters:
value- This parameter is required.
-
putPrestoJob
@Stability(Stable) public void putPrestoJob(@NotNull DataprocWorkflowTemplateJobsPrestoJob value)- Parameters:
value- This parameter is required.
-
putPysparkJob
@Stability(Stable) public void putPysparkJob(@NotNull DataprocWorkflowTemplateJobsPysparkJob value)- Parameters:
value- This parameter is required.
-
putScheduling
@Stability(Stable) public void putScheduling(@NotNull DataprocWorkflowTemplateJobsScheduling value)- Parameters:
value- This parameter is required.
-
putSparkJob
@Stability(Stable) public void putSparkJob(@NotNull DataprocWorkflowTemplateJobsSparkJob value)- Parameters:
value- This parameter is required.
-
putSparkRJob
@Stability(Stable) public void putSparkRJob(@NotNull DataprocWorkflowTemplateJobsSparkRJob value)- Parameters:
value- This parameter is required.
-
putSparkSqlJob
@Stability(Stable) public void putSparkSqlJob(@NotNull DataprocWorkflowTemplateJobsSparkSqlJob value)- Parameters:
value- This parameter is required.
-
resetHadoopJob
@Stability(Stable) public void resetHadoopJob()
-
resetHiveJob
@Stability(Stable) public void resetHiveJob()
-
resetLabels
@Stability(Stable) public void resetLabels()
-
resetPigJob
@Stability(Stable) public void resetPigJob()
-
resetPrerequisiteStepIds
@Stability(Stable) public void resetPrerequisiteStepIds()
-
resetPrestoJob
@Stability(Stable) public void resetPrestoJob()
-
resetPysparkJob
@Stability(Stable) public void resetPysparkJob()
-
resetScheduling
@Stability(Stable) public void resetScheduling()
-
resetSparkJob
@Stability(Stable) public void resetSparkJob()
-
resetSparkRJob
@Stability(Stable) public void resetSparkRJob()
-
resetSparkSqlJob
@Stability(Stable) public void resetSparkSqlJob()
-
getHadoopJob
@Stability(Stable) @NotNull public DataprocWorkflowTemplateJobsHadoopJobOutputReference getHadoopJob()
-
getHiveJob
@Stability(Stable) @NotNull public DataprocWorkflowTemplateJobsHiveJobOutputReference getHiveJob()
-
getPigJob
@Stability(Stable) @NotNull public DataprocWorkflowTemplateJobsPigJobOutputReference getPigJob()
-
getPrestoJob
@Stability(Stable) @NotNull public DataprocWorkflowTemplateJobsPrestoJobOutputReference getPrestoJob()
-
getPysparkJob
@Stability(Stable) @NotNull public DataprocWorkflowTemplateJobsPysparkJobOutputReference getPysparkJob()
-
getScheduling
@Stability(Stable) @NotNull public DataprocWorkflowTemplateJobsSchedulingOutputReference getScheduling()
-
getSparkJob
@Stability(Stable) @NotNull public DataprocWorkflowTemplateJobsSparkJobOutputReference getSparkJob()
-
getSparkRJob
@Stability(Stable) @NotNull public DataprocWorkflowTemplateJobsSparkRJobOutputReference getSparkRJob()
-
getSparkSqlJob
@Stability(Stable) @NotNull public DataprocWorkflowTemplateJobsSparkSqlJobOutputReference getSparkSqlJob()
-
getHadoopJobInput
@Stability(Stable) @Nullable public DataprocWorkflowTemplateJobsHadoopJob getHadoopJobInput()
-
getHiveJobInput
@Stability(Stable) @Nullable public DataprocWorkflowTemplateJobsHiveJob getHiveJobInput()
-
getPigJobInput
@Stability(Stable) @Nullable public DataprocWorkflowTemplateJobsPigJob getPigJobInput()
-
getPrerequisiteStepIdsInput
@Stability(Stable) @Nullable public List<String> getPrerequisiteStepIdsInput()
-
getPrestoJobInput
@Stability(Stable) @Nullable public DataprocWorkflowTemplateJobsPrestoJob getPrestoJobInput()
-
getPysparkJobInput
@Stability(Stable) @Nullable public DataprocWorkflowTemplateJobsPysparkJob getPysparkJobInput()
-
getSchedulingInput
@Stability(Stable) @Nullable public DataprocWorkflowTemplateJobsScheduling getSchedulingInput()
-
getSparkJobInput
@Stability(Stable) @Nullable public DataprocWorkflowTemplateJobsSparkJob getSparkJobInput()
-
getSparkRJobInput
@Stability(Stable) @Nullable public DataprocWorkflowTemplateJobsSparkRJob getSparkRJobInput()
-
getSparkSqlJobInput
@Stability(Stable) @Nullable public DataprocWorkflowTemplateJobsSparkSqlJob getSparkSqlJobInput()
-
getStepIdInput
@Stability(Stable) @Nullable public String getStepIdInput()
-
setPrerequisiteStepIds
@Stability(Stable) public void setPrerequisiteStepIds(@NotNull List<String> value)
-
getStepId
@Stability(Stable) @NotNull public String getStepId()
-
setStepId
@Stability(Stable) public void setStepId(@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 DataprocWorkflowTemplateJobs value)
-
-