Interface KbTemplateConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<KbTemplateConfiguration.Builder,,KbTemplateConfiguration> SdkBuilder<KbTemplateConfiguration.Builder,,KbTemplateConfiguration> SdkPojo
- Enclosing class:
KbTemplateConfiguration
@Mutable
@NotThreadSafe
public static interface KbTemplateConfiguration.Builder
extends SdkPojo, CopyableBuilder<KbTemplateConfiguration.Builder,KbTemplateConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe template document that defines the knowledge base behavior.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
-
template
The template document that defines the knowledge base behavior.
- Parameters:
template- The template document that defines the knowledge base behavior.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-