Class DataprocWorkflowTemplateJobsPrestoJobOutputReference

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

      • DataprocWorkflowTemplateJobsPrestoJobOutputReference

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

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

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

      • resetClientTags

        @Stability(Stable)
        public void resetClientTags()
      • resetContinueOnFailure

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

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

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

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

        @Stability(Stable)
        public void resetQueryFileUri()
      • resetQueryList

        @Stability(Stable)
        public void resetQueryList()
      • getClientTagsInput

        @Stability(Stable)
        @Nullable
        public List<String> getClientTagsInput()
      • getContinueOnFailureInput

        @Stability(Stable)
        @Nullable
        public Object getContinueOnFailureInput()
      • getOutputFormatInput

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

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

        @Stability(Stable)
        @Nullable
        public String getQueryFileUriInput()
      • getClientTags

        @Stability(Stable)
        @NotNull
        public List<String> getClientTags()
      • setClientTags

        @Stability(Stable)
        public void setClientTags​(@NotNull
                                  List<String> value)
      • getContinueOnFailure

        @Stability(Stable)
        @NotNull
        public Object getContinueOnFailure()
      • setContinueOnFailure

        @Stability(Stable)
        public void setContinueOnFailure​(@NotNull
                                         Boolean value)
      • setContinueOnFailure

        @Stability(Stable)
        public void setContinueOnFailure​(@NotNull
                                         com.hashicorp.cdktf.IResolvable value)
      • getOutputFormat

        @Stability(Stable)
        @NotNull
        public String getOutputFormat()
      • setOutputFormat

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

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

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

        @Stability(Stable)
        @NotNull
        public String getQueryFileUri()
      • setQueryFileUri

        @Stability(Stable)
        public void setQueryFileUri​(@NotNull
                                    String value)