Class DataprocWorkflowTemplateJobsSparkRJobOutputReference

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

      • DataprocWorkflowTemplateJobsSparkRJobOutputReference

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

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

        @Stability(Stable)
        public DataprocWorkflowTemplateJobsSparkRJobOutputReference​(@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()
      • resetLoggingConfig

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

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

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

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

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

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

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getPropertiesInput()
      • 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)
      • getMainRFileUri

        @Stability(Stable)
        @NotNull
        public String getMainRFileUri()
      • setMainRFileUri

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

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

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