Interface SemanticMemoryStrategyInput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SemanticMemoryStrategyInput.Builder,,- SemanticMemoryStrategyInput> - SdkBuilder<SemanticMemoryStrategyInput.Builder,,- SemanticMemoryStrategyInput> - SdkPojo
- Enclosing class:
- SemanticMemoryStrategyInput
@Mutable
@NotThreadSafe
public static interface SemanticMemoryStrategyInput.Builder
extends SdkPojo, CopyableBuilder<SemanticMemoryStrategyInput.Builder,SemanticMemoryStrategyInput> 
- 
Method SummaryModifier and TypeMethodDescriptiondescription(String description) The description of the semantic memory strategy.The name of the semantic memory strategy.namespaces(String... namespaces) The namespaces associated with the semantic memory strategy.namespaces(Collection<String> namespaces) The namespaces associated with the semantic memory strategy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe name of the semantic memory strategy. - Parameters:
- name- The name of the semantic memory strategy.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe description of the semantic memory strategy. - Parameters:
- description- The description of the semantic memory strategy.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
namespacesThe namespaces associated with the semantic memory strategy. - Parameters:
- namespaces- The namespaces associated with the semantic memory strategy.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
namespacesThe namespaces associated with the semantic memory strategy. - Parameters:
- namespaces- The namespaces associated with the semantic memory strategy.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-