Channel.DefinitionStages.WithExpirationTimeIfNotActivatedUtc Interface

public static interface Channel.DefinitionStages.WithExpirationTimeIfNotActivatedUtc

The stage of the Channel definition allowing to specify expirationTimeIfNotActivatedUtc.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExpirationTimeIfNotActivatedUtc(OffsetDateTime expirationTimeIfNotActivatedUtc)

Specifies the expirationTimeIfNotActivatedUtc property: Expiration time of the channel.

Method Details

withExpirationTimeIfNotActivatedUtc

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

Applies to