Interface HarnessSlidingWindowConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HarnessSlidingWindowConfiguration.Builder,,HarnessSlidingWindowConfiguration> SdkBuilder<HarnessSlidingWindowConfiguration.Builder,,HarnessSlidingWindowConfiguration> SdkPojo
- Enclosing class:
HarnessSlidingWindowConfiguration
@Mutable
@NotThreadSafe
public static interface HarnessSlidingWindowConfiguration.Builder
extends SdkPojo, CopyableBuilder<HarnessSlidingWindowConfiguration.Builder,HarnessSlidingWindowConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionmessagesCount(Integer messagesCount) The number of recent messages to retain in the context window.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
messagesCount
The number of recent messages to retain in the context window.
- Parameters:
messagesCount- The number of recent messages to retain in the context window.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-