Interface ChannelSummary.Builder

    • Method Detail

      • channelName

        ChannelSummary.Builder channelName​(String channelName)

        The name of the channel.

        Parameters:
        channelName - The name of the channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channelStorage

        ChannelSummary.Builder channelStorage​(ChannelStorageSummary channelStorage)

        Where channel data is stored.

        Parameters:
        channelStorage - Where channel data is stored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        ChannelSummary.Builder creationTime​(Instant creationTime)

        When the channel was created.

        Parameters:
        creationTime - When the channel was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdateTime

        ChannelSummary.Builder lastUpdateTime​(Instant lastUpdateTime)

        The last time the channel was updated.

        Parameters:
        lastUpdateTime - The last time the channel was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastMessageArrivalTime

        ChannelSummary.Builder lastMessageArrivalTime​(Instant lastMessageArrivalTime)

        The last time when a new message arrived in the channel.

        IoT Analytics updates this value at most once per minute for one channel. Hence, the lastMessageArrivalTime value is an approximation.

        This feature only applies to messages that arrived in the data store after October 23, 2020.

        Parameters:
        lastMessageArrivalTime - The last time when a new message arrived in the channel.

        IoT Analytics updates this value at most once per minute for one channel. Hence, the lastMessageArrivalTime value is an approximation.

        This feature only applies to messages that arrived in the data store after October 23, 2020.

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