Class BigqueryRoutineSparkOptionsOutputReference

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

      • BigqueryRoutineSparkOptionsOutputReference

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

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

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

        @Stability(Stable)
        public void resetConnection()
      • resetContainerImage

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

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

        @Stability(Stable)
        public void resetJarUris()
      • resetMainClass

        @Stability(Stable)
        public void resetMainClass()
      • resetMainFileUri

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

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

        @Stability(Stable)
        public void resetPyFileUris()
      • resetRuntimeVersion

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

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

        @Stability(Stable)
        @Nullable
        public String getConnectionInput()
      • getContainerImageInput

        @Stability(Stable)
        @Nullable
        public String getContainerImageInput()
      • getFileUrisInput

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

        @Stability(Stable)
        @Nullable
        public List<String> getJarUrisInput()
      • getMainClassInput

        @Stability(Stable)
        @Nullable
        public String getMainClassInput()
      • getMainFileUriInput

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

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

        @Stability(Stable)
        @Nullable
        public List<String> getPyFileUrisInput()
      • getRuntimeVersionInput

        @Stability(Stable)
        @Nullable
        public String getRuntimeVersionInput()
      • getArchiveUris

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

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

        @Stability(Stable)
        @NotNull
        public String getConnection()
      • setConnection

        @Stability(Stable)
        public void setConnection​(@NotNull
                                  String value)
      • getContainerImage

        @Stability(Stable)
        @NotNull
        public String getContainerImage()
      • setContainerImage

        @Stability(Stable)
        public void setContainerImage​(@NotNull
                                      String value)
      • getFileUris

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

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

        @Stability(Stable)
        @NotNull
        public List<String> getJarUris()
      • setJarUris

        @Stability(Stable)
        public void setJarUris​(@NotNull
                               List<String> value)
      • getMainClass

        @Stability(Stable)
        @NotNull
        public String getMainClass()
      • setMainClass

        @Stability(Stable)
        public void setMainClass​(@NotNull
                                 String value)
      • getMainFileUri

        @Stability(Stable)
        @NotNull
        public String getMainFileUri()
      • setMainFileUri

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

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

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

        @Stability(Stable)
        @NotNull
        public List<String> getPyFileUris()
      • setPyFileUris

        @Stability(Stable)
        public void setPyFileUris​(@NotNull
                                  List<String> value)
      • getRuntimeVersion

        @Stability(Stable)
        @NotNull
        public String getRuntimeVersion()
      • setRuntimeVersion

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