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 SampleChannelDataRequest

    • Constructor Detail

      • SampleChannelDataRequest

        public SampleChannelDataRequest()
    • Method Detail

      • setChannelName

        public void setChannelName(String channelName)

        The name of the channel whose message samples are retrieved.

        Parameters:
        channelName - The name of the channel whose message samples are retrieved.
      • getChannelName

        public String getChannelName()

        The name of the channel whose message samples are retrieved.

        Returns:
        The name of the channel whose message samples are retrieved.
      • withChannelName

        public SampleChannelDataRequest withChannelName(String channelName)

        The name of the channel whose message samples are retrieved.

        Parameters:
        channelName - The name of the channel whose message samples are retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxMessages

        public void setMaxMessages(Integer maxMessages)

        The number of sample messages to be retrieved. The limit is 10. The default is also 10.

        Parameters:
        maxMessages - The number of sample messages to be retrieved. The limit is 10. The default is also 10.
      • getMaxMessages

        public Integer getMaxMessages()

        The number of sample messages to be retrieved. The limit is 10. The default is also 10.

        Returns:
        The number of sample messages to be retrieved. The limit is 10. The default is also 10.
      • withMaxMessages

        public SampleChannelDataRequest withMaxMessages(Integer maxMessages)

        The number of sample messages to be retrieved. The limit is 10. The default is also 10.

        Parameters:
        maxMessages - The number of sample messages to be retrieved. The limit is 10. The default is also 10.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStartTime

        public void setStartTime(Date startTime)

        The start of the time window from which sample messages are retrieved.

        Parameters:
        startTime - The start of the time window from which sample messages are retrieved.
      • getStartTime

        public Date getStartTime()

        The start of the time window from which sample messages are retrieved.

        Returns:
        The start of the time window from which sample messages are retrieved.
      • withStartTime

        public SampleChannelDataRequest withStartTime(Date startTime)

        The start of the time window from which sample messages are retrieved.

        Parameters:
        startTime - The start of the time window from which sample messages are retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEndTime

        public void setEndTime(Date endTime)

        The end of the time window from which sample messages are retrieved.

        Parameters:
        endTime - The end of the time window from which sample messages are retrieved.
      • getEndTime

        public Date getEndTime()

        The end of the time window from which sample messages are retrieved.

        Returns:
        The end of the time window from which sample messages are retrieved.
      • withEndTime

        public SampleChannelDataRequest withEndTime(Date endTime)

        The end of the time window from which sample messages are retrieved.

        Parameters:
        endTime - The end of the time window from which sample messages are retrieved.
        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 によって変換されたページ (->オリジナル) /