Class DataprocWorkflowTemplateJobsPysparkJobOutputReference

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

      • DataprocWorkflowTemplateJobsPysparkJobOutputReference

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

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

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

      • resetArchiveUris

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

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

        @Stability(Stable)
        public void resetFileUris()
      • resetJarFileUris

        @Stability(Stable)
        public void resetJarFileUris()
      • resetLoggingConfig

        @Stability(Stable)
        public void resetLoggingConfig()
      • resetProperties

        @Stability(Stable)
        public void resetProperties()
      • resetPythonFileUris

        @Stability(Stable)
        public void resetPythonFileUris()
      • getArchiveUrisInput

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

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

        @Stability(Stable)
        @Nullable
        public List<String> getFileUrisInput()
      • getJarFileUrisInput

        @Stability(Stable)
        @Nullable
        public List<String> getJarFileUrisInput()
      • getMainPythonFileUriInput

        @Stability(Stable)
        @Nullable
        public String getMainPythonFileUriInput()
      • getPropertiesInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getPropertiesInput()
      • getPythonFileUrisInput

        @Stability(Stable)
        @Nullable
        public List<String> getPythonFileUrisInput()
      • getArchiveUris

        @Stability(Stable)
        @NotNull
        public List<String> getArchiveUris()
      • setArchiveUris

        @Stability(Stable)
        public void setArchiveUris​(@NotNull
                                   List<String> value)
      • getArgs

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

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

        @Stability(Stable)
        @NotNull
        public List<String> getFileUris()
      • setFileUris

        @Stability(Stable)
        public void setFileUris​(@NotNull
                                List<String> value)
      • getJarFileUris

        @Stability(Stable)
        @NotNull
        public List<String> getJarFileUris()
      • setJarFileUris

        @Stability(Stable)
        public void setJarFileUris​(@NotNull
                                   List<String> value)
      • getMainPythonFileUri

        @Stability(Stable)
        @NotNull
        public String getMainPythonFileUri()
      • setMainPythonFileUri

        @Stability(Stable)
        public void setMainPythonFileUri​(@NotNull
                                         String value)
      • getProperties

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getProperties()
      • setProperties

        @Stability(Stable)
        public void setProperties​(@NotNull
                                  Map<String,​String> value)
      • getPythonFileUris

        @Stability(Stable)
        @NotNull
        public List<String> getPythonFileUris()
      • setPythonFileUris

        @Stability(Stable)
        public void setPythonFileUris​(@NotNull
                                      List<String> value)