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 UpdateChannelRequest

    • Constructor Detail

      • UpdateChannelRequest

        public UpdateChannelRequest()
    • Method Detail

      • setChannelName

        public void setChannelName(String channelName)

        The name of the channel to be updated.

        Parameters:
        channelName - The name of the channel to be updated.
      • getChannelName

        public String getChannelName()

        The name of the channel to be updated.

        Returns:
        The name of the channel to be updated.
      • withChannelName

        public UpdateChannelRequest withChannelName(String channelName)

        The name of the channel to be updated.

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

        public void setChannelStorage(ChannelStorage channelStorage)

        Where channel data is stored. You can choose one of serviceManagedS3 or customerManagedS3 storage. If not specified, the default is serviceManagedS3. You can't change this storage option after the channel is created.

        Parameters:
        channelStorage - Where channel data is stored. You can choose one of serviceManagedS3 or customerManagedS3 storage. If not specified, the default is serviceManagedS3. You can't change this storage option after the channel is created.
      • getChannelStorage

        public ChannelStorage getChannelStorage()

        Where channel data is stored. You can choose one of serviceManagedS3 or customerManagedS3 storage. If not specified, the default is serviceManagedS3. You can't change this storage option after the channel is created.

        Returns:
        Where channel data is stored. You can choose one of serviceManagedS3 or customerManagedS3 storage. If not specified, the default is serviceManagedS3. You can't change this storage option after the channel is created.
      • withChannelStorage

        public UpdateChannelRequest withChannelStorage(ChannelStorage channelStorage)

        Where channel data is stored. You can choose one of serviceManagedS3 or customerManagedS3 storage. If not specified, the default is serviceManagedS3. You can't change this storage option after the channel is created.

        Parameters:
        channelStorage - Where channel data is stored. You can choose one of serviceManagedS3 or customerManagedS3 storage. If not specified, the default is serviceManagedS3. You can't change this storage option after the channel is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRetentionPeriod

        public void setRetentionPeriod(RetentionPeriod retentionPeriod)

        How long, in days, message data is kept for the channel. The retention period can't be updated if the channel's Amazon S3 storage is customer-managed.

        Parameters:
        retentionPeriod - How long, in days, message data is kept for the channel. The retention period can't be updated if the channel's Amazon S3 storage is customer-managed.
      • getRetentionPeriod

        public RetentionPeriod getRetentionPeriod()

        How long, in days, message data is kept for the channel. The retention period can't be updated if the channel's Amazon S3 storage is customer-managed.

        Returns:
        How long, in days, message data is kept for the channel. The retention period can't be updated if the channel's Amazon S3 storage is customer-managed.
      • withRetentionPeriod

        public UpdateChannelRequest withRetentionPeriod(RetentionPeriod retentionPeriod)

        How long, in days, message data is kept for the channel. The retention period can't be updated if the channel's Amazon S3 storage is customer-managed.

        Parameters:
        retentionPeriod - How long, in days, message data is kept for the channel. The retention period can't be updated if the channel's Amazon S3 storage is customer-managed.
        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 によって変換されたページ (->オリジナル) /