Uses of Interface
software.amazon.awssdk.services.lexruntimev2.model.ActiveContextTimeToLive.Builder
-
Packages that use ActiveContextTimeToLive.Builder Package Description software.amazon.awssdk.services.lexruntimev2.model -
-
Uses of ActiveContextTimeToLive.Builder in software.amazon.awssdk.services.lexruntimev2.model
Methods in software.amazon.awssdk.services.lexruntimev2.model that return ActiveContextTimeToLive.Builder Modifier and Type Method Description static ActiveContextTimeToLive.BuilderActiveContextTimeToLive. builder()ActiveContextTimeToLive.BuilderActiveContextTimeToLive.Builder. timeToLiveInSeconds(Integer timeToLiveInSeconds)The number of seconds that the context is active.ActiveContextTimeToLive.BuilderActiveContextTimeToLive. toBuilder()ActiveContextTimeToLive.BuilderActiveContextTimeToLive.Builder. turnsToLive(Integer turnsToLive)The number of turns that the context is active.Methods in software.amazon.awssdk.services.lexruntimev2.model that return types with arguments of type ActiveContextTimeToLive.Builder Modifier and Type Method Description static Class<? extends ActiveContextTimeToLive.Builder>ActiveContextTimeToLive. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexruntimev2.model with type arguments of type ActiveContextTimeToLive.Builder Modifier and Type Method Description default ActiveContext.BuilderActiveContext.Builder. timeToLive(Consumer<ActiveContextTimeToLive.Builder> timeToLive)Indicates the number of turns or seconds that the context is active.
-