Interface Channel.DefinitionStages.WithExpirationTimeIfNotActivatedUtc

All Known Subinterfaces:
Channel.Definition, Channel.DefinitionStages.WithCreate
Enclosing interface:
Channel.DefinitionStages

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

    • withExpirationTimeIfNotActivatedUtc

      Channel.DefinitionStages.WithCreate 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.