Class UpdateChannelRequest

    • Method Detail

      • channelName

        public final String channelName()

        The name of the channel to be updated.

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

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

        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.
      • retentionPeriod

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

        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.
      • 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