Class ExecutePipelineActivityTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.ExecutePipelineActivityTypeProperties

public final class ExecutePipelineActivityTypeProperties extends Object
Execute pipeline activity properties.
  • Constructor Details

    • ExecutePipelineActivityTypeProperties

      public ExecutePipelineActivityTypeProperties()
  • Method Details

    • pipeline

      public PipelineReference pipeline()
      Get the pipeline property: Pipeline reference.
      Returns:
      the pipeline value.
    • withPipeline

      Set the pipeline property: Pipeline reference.
      Parameters:
      pipeline - the pipeline value to set.
      Returns:
      the ExecutePipelineActivityTypeProperties object itself.
    • parameters

      public Map<String,Object> parameters()
      Get the parameters property: Pipeline parameters.
      Returns:
      the parameters value.
    • withParameters

      public ExecutePipelineActivityTypeProperties withParameters(Map<String,Object> parameters)
      Set the parameters property: Pipeline parameters.
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the ExecutePipelineActivityTypeProperties object itself.
    • waitOnCompletion

      public Boolean waitOnCompletion()
      Get the waitOnCompletion property: Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.
      Returns:
      the waitOnCompletion value.
    • withWaitOnCompletion

      public ExecutePipelineActivityTypeProperties withWaitOnCompletion(Boolean waitOnCompletion)
      Set the waitOnCompletion property: Defines whether activity execution will wait for the dependent pipeline execution to finish. Default is false.
      Parameters:
      waitOnCompletion - the waitOnCompletion value to set.
      Returns:
      the ExecutePipelineActivityTypeProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.