Class StartPipelineReprocessingRequest

    • Method Detail

      • pipelineName

        public final String pipelineName()

        The name of the pipeline on which to start reprocessing.

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

        public final Instant 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:
        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.

      • endTime

        public final Instant 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:
        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.

      • channelMessages

        public final 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.

        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.

      • 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