Interface EpisodicReflectionConfigurationInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EpisodicReflectionConfigurationInput.Builder,,EpisodicReflectionConfigurationInput> SdkBuilder<EpisodicReflectionConfigurationInput.Builder,,EpisodicReflectionConfigurationInput> SdkPojo
- Enclosing class:
EpisodicReflectionConfigurationInput
-
Method Summary
Modifier and TypeMethodDescriptionmemoryRecordSchema(Consumer<MemoryRecordSchema.Builder> memoryRecordSchema) Schema for metadata fields on records generated by reflections.memoryRecordSchema(MemoryRecordSchema memoryRecordSchema) Schema for metadata fields on records generated by reflections.namespaces(String... namespaces) Deprecated.Use namespaceTemplates insteadnamespaces(Collection<String> namespaces) Deprecated.Use namespaceTemplates insteadnamespaceTemplates(String... namespaceTemplates) The namespaceTemplates over which to create reflections.namespaceTemplates(Collection<String> namespaceTemplates) The namespaceTemplates over which to create reflections.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
-
namespaces
Deprecated.Use namespaceTemplates insteadThis is a legacy parameter, use
namespaceTemplates. The namespaces over which to create reflections. Can be less nested than episode namespaces.- Parameters:
namespaces- This is a legacy parameter, usenamespaceTemplates. The namespaces over which to create reflections. Can be less nested than episode namespaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaces
Deprecated.Use namespaceTemplates insteadThis is a legacy parameter, use
namespaceTemplates. The namespaces over which to create reflections. Can be less nested than episode namespaces.- Parameters:
namespaces- This is a legacy parameter, usenamespaceTemplates. The namespaces over which to create reflections. Can be less nested than episode namespaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaceTemplates
EpisodicReflectionConfigurationInput.Builder namespaceTemplates(Collection<String> namespaceTemplates) The namespaceTemplates over which to create reflections. Can be less nested than episode namespaces.
- Parameters:
namespaceTemplates- The namespaceTemplates over which to create reflections. Can be less nested than episode namespaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaceTemplates
The namespaceTemplates over which to create reflections. Can be less nested than episode namespaces.
- Parameters:
namespaceTemplates- The namespaceTemplates over which to create reflections. Can be less nested than episode namespaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memoryRecordSchema
EpisodicReflectionConfigurationInput.Builder memoryRecordSchema(MemoryRecordSchema memoryRecordSchema) Schema for metadata fields on records generated by reflections.
- Parameters:
memoryRecordSchema- Schema for metadata fields on records generated by reflections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memoryRecordSchema
default EpisodicReflectionConfigurationInput.Builder memoryRecordSchema(Consumer<MemoryRecordSchema.Builder> memoryRecordSchema) Schema for metadata fields on records generated by reflections.
This is a convenience method that creates an instance of theMemoryRecordSchema.Builderavoiding the need to create one manually viaMemoryRecordSchema.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomemoryRecordSchema(MemoryRecordSchema).- Parameters:
memoryRecordSchema- a consumer that will call methods onMemoryRecordSchema.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-