Class UpdatePipelineRequest

    • Method Detail

      • pipelineName

        public final String pipelineName()

        The name of the pipeline to update.

        Returns:
        The name of the pipeline to update.
      • minUnits

        public final Integer minUnits()

        The minimum pipeline capacity, in Ingestion Compute Units (ICUs).

        Returns:
        The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
      • maxUnits

        public final Integer maxUnits()

        The maximum pipeline capacity, in Ingestion Compute Units (ICUs)

        Returns:
        The maximum pipeline capacity, in Ingestion Compute Units (ICUs)
      • pipelineConfigurationBody

        public final String pipelineConfigurationBody()

        The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with \n.

        Returns:
        The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with \n.
      • logPublishingOptions

        public final LogPublishingOptions logPublishingOptions()

        Key-value pairs to configure log publishing.

        Returns:
        Key-value pairs to configure log publishing.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object