Class DataPipelinePipelineWorkloadDataflowFlexTemplateRequestLaunchParameterOutputReference

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

      • DataPipelinePipelineWorkloadDataflowFlexTemplateRequestLaunchParameterOutputReference

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

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

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

      • resetContainerSpecGcsPath

        @Stability(Stable)
        public void resetContainerSpecGcsPath()
      • resetEnvironment

        @Stability(Stable)
        public void resetEnvironment()
      • resetLaunchOptions

        @Stability(Stable)
        public void resetLaunchOptions()
      • resetParameters

        @Stability(Stable)
        public void resetParameters()
      • resetTransformNameMappings

        @Stability(Stable)
        public void resetTransformNameMappings()
      • resetUpdate

        @Stability(Stable)
        public void resetUpdate()
      • getContainerSpecGcsPathInput

        @Stability(Stable)
        @Nullable
        public String getContainerSpecGcsPathInput()
      • getJobNameInput

        @Stability(Stable)
        @Nullable
        public String getJobNameInput()
      • getLaunchOptionsInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getLaunchOptionsInput()
      • getParametersInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getParametersInput()
      • getTransformNameMappingsInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getTransformNameMappingsInput()
      • getUpdateInput

        @Stability(Stable)
        @Nullable
        public Object getUpdateInput()
      • getContainerSpecGcsPath

        @Stability(Stable)
        @NotNull
        public String getContainerSpecGcsPath()
      • setContainerSpecGcsPath

        @Stability(Stable)
        public void setContainerSpecGcsPath​(@NotNull
                                            String value)
      • getJobName

        @Stability(Stable)
        @NotNull
        public String getJobName()
      • setJobName

        @Stability(Stable)
        public void setJobName​(@NotNull
                               String value)
      • getLaunchOptions

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getLaunchOptions()
      • setLaunchOptions

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

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getParameters()
      • setParameters

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

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getTransformNameMappings()
      • setTransformNameMappings

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

        @Stability(Stable)
        @NotNull
        public Object getUpdate()
      • setUpdate

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

        @Stability(Stable)
        public void setUpdate​(@NotNull
                              com.hashicorp.cdktf.IResolvable value)