Channel.UpdateStages.WithReadinessState Interface

public static interface Channel.UpdateStages.WithReadinessState

The stage of the Channel update allowing to specify readinessState.

Method Summary

Modifier and Type Method and Description
abstract Update withReadinessState(ReadinessState readinessState)

Specifies the readinessState property: The readiness state of the corresponding partner topic..

Method Details

withReadinessState

public abstract Channel.Update withReadinessState(ReadinessState readinessState)

Specifies the readinessState property: The readiness state of the corresponding partner topic..

Parameters:

readinessState - The readiness state of the corresponding partner topic.

Returns:

the next definition stage.

Applies to