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 StartPipelineReprocessingRequest

    • Constructor Detail

      • StartPipelineReprocessingRequest

        public StartPipelineReprocessingRequest()
    • Method Detail

      • setPipelineName

        public void setPipelineName(String pipelineName)

        The name of the pipeline on which to start reprocessing.

        Parameters:
        pipelineName - The name of the pipeline on which to start reprocessing.
      • getPipelineName

        public String getPipelineName()

        The name of the pipeline on which to start reprocessing.

        Returns:
        The name of the pipeline on which to start reprocessing.
      • withPipelineName

        public StartPipelineReprocessingRequest withPipelineName(String pipelineName)

        The name of the pipeline on which to start reprocessing.

        Parameters:
        pipelineName - The name of the pipeline on which to start reprocessing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStartTime

        public void setStartTime(Date startTime)

        The start time (inclusive) of raw message data that is reprocessed.

        If you specify a value for the startTime parameter, you must not use the channelMessages object.

        Parameters:
        startTime - The start time (inclusive) of raw message data that is reprocessed.

        If you specify a value for the startTime parameter, you must not use the channelMessages object.

      • getStartTime

        public Date getStartTime()

        The start time (inclusive) of raw message data that is reprocessed.

        If you specify a value for the startTime parameter, you must not use the channelMessages object.

        Returns:
        The start time (inclusive) of raw message data that is reprocessed.

        If you specify a value for the startTime parameter, you must not use the channelMessages object.

      • withStartTime

        public StartPipelineReprocessingRequest withStartTime(Date startTime)

        The start time (inclusive) of raw message data that is reprocessed.

        If you specify a value for the startTime parameter, you must not use the channelMessages object.

        Parameters:
        startTime - The start time (inclusive) of raw message data that is reprocessed.

        If you specify a value for the startTime parameter, you must not use the channelMessages object.

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

        public void setEndTime(Date endTime)

        The end time (exclusive) of raw message data that is reprocessed.

        If you specify a value for the endTime parameter, you must not use the channelMessages object.

        Parameters:
        endTime - The end time (exclusive) of raw message data that is reprocessed.

        If you specify a value for the endTime parameter, you must not use the channelMessages object.

      • getEndTime

        public Date getEndTime()

        The end time (exclusive) of raw message data that is reprocessed.

        If you specify a value for the endTime parameter, you must not use the channelMessages object.

        Returns:
        The end time (exclusive) of raw message data that is reprocessed.

        If you specify a value for the endTime parameter, you must not use the channelMessages object.

      • withEndTime

        public StartPipelineReprocessingRequest withEndTime(Date endTime)

        The end time (exclusive) of raw message data that is reprocessed.

        If you specify a value for the endTime parameter, you must not use the channelMessages object.

        Parameters:
        endTime - The end time (exclusive) of raw message data that is reprocessed.

        If you specify a value for the endTime parameter, you must not use the channelMessages object.

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

        public void setChannelMessages(ChannelMessages channelMessages)

        Specifies one or more sets of channel messages that you want to reprocess.

        If you use the channelMessages object, you must not specify a value for startTime and endTime.

        Parameters:
        channelMessages - Specifies one or more sets of channel messages that you want to reprocess.

        If you use the channelMessages object, you must not specify a value for startTime and endTime.

      • getChannelMessages

        public ChannelMessages getChannelMessages()

        Specifies one or more sets of channel messages that you want to reprocess.

        If you use the channelMessages object, you must not specify a value for startTime and endTime.

        Returns:
        Specifies one or more sets of channel messages that you want to reprocess.

        If you use the channelMessages object, you must not specify a value for startTime and endTime.

      • withChannelMessages

        public StartPipelineReprocessingRequest withChannelMessages(ChannelMessages channelMessages)

        Specifies one or more sets of channel messages that you want to reprocess.

        If you use the channelMessages object, you must not specify a value for startTime and endTime.

        Parameters:
        channelMessages - Specifies one or more sets of channel messages that you want to reprocess.

        If you use the channelMessages object, you must not specify a value for startTime and endTime.

        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 によって変換されたページ (->オリジナル) /