Interface Channel.UpdateStages.WithExpirationTimeIfNotActivatedUtc

All Known Subinterfaces:
Channel.Update
Enclosing interface:
Channel.UpdateStages

public static interface Channel.UpdateStages.WithExpirationTimeIfNotActivatedUtc
The stage of the Channel update allowing to specify expirationTimeIfNotActivatedUtc.
  • Method Details

    • withExpirationTimeIfNotActivatedUtc

      Channel.Update withExpirationTimeIfNotActivatedUtc(OffsetDateTime expirationTimeIfNotActivatedUtc)
      Specifies the expirationTimeIfNotActivatedUtc property: Expiration time of the channel. If this timer expires while the corresponding partner topic is never activated, the channel and corresponding partner topic are deleted..
      Parameters:
      expirationTimeIfNotActivatedUtc - Expiration time of the channel. If this timer expires while the corresponding partner topic is never activated, the channel and corresponding partner topic are deleted.
      Returns:
      the next definition stage.