Interface PartnerTopic.DefinitionStages.WithExpirationTimeIfNotActivatedUtc

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

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

    • withExpirationTimeIfNotActivatedUtc

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