JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.iotanalytics.model

Class UpdatePipelineRequest

    • Constructor Detail

      • UpdatePipelineRequest

        public UpdatePipelineRequest()
    • Method Detail

      • setPipelineName

        public void setPipelineName(String pipelineName)

        The name of the pipeline to update.

        Parameters:
        pipelineName - The name of the pipeline to update.
      • getPipelineName

        public String getPipelineName()

        The name of the pipeline to update.

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

        public UpdatePipelineRequest withPipelineName(String pipelineName)

        The name of the pipeline to update.

        Parameters:
        pipelineName - The name of the pipeline to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getPipelineActivities

        public List<PipelineActivity> getPipelineActivities()

        A list of PipelineActivity objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

        The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity. For example:

        pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]

        Returns:
        A list of PipelineActivity objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

        The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity. For example:

        pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]

      • setPipelineActivities

        public void setPipelineActivities(Collection<PipelineActivity> pipelineActivities)

        A list of PipelineActivity objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

        The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity. For example:

        pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]

        Parameters:
        pipelineActivities - A list of PipelineActivity objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

        The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity. For example:

        pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]

      • withPipelineActivities

        public UpdatePipelineRequest withPipelineActivities(PipelineActivity... pipelineActivities)

        A list of PipelineActivity objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

        The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity. For example:

        pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]

        NOTE: This method appends the values to the existing list (if any). Use setPipelineActivities(java.util.Collection) or withPipelineActivities(java.util.Collection) if you want to override the existing values.

        Parameters:
        pipelineActivities - A list of PipelineActivity objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

        The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity. For example:

        pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withPipelineActivities

        public UpdatePipelineRequest withPipelineActivities(Collection<PipelineActivity> pipelineActivities)

        A list of PipelineActivity objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

        The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity. For example:

        pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]

        Parameters:
        pipelineActivities - A list of PipelineActivity objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

        The list can be 2-25 PipelineActivity objects and must contain both a channel and a datastore activity. Each entry in the list must contain only one activity. For example:

        pipelineActivities = [ { "channel": { ... } }, { "lambda": { ... } }, ... ]

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /