Interface AnalyzePromptEvent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AnalyzePromptEvent.Builder,
,AnalyzePromptEvent> SdkBuilder<AnalyzePromptEvent.Builder,
,AnalyzePromptEvent> SdkPojo
- All Known Subinterfaces:
DefaultAnalyzePromptEvent.Builder
- Enclosing class:
AnalyzePromptEvent
@Mutable
@NotThreadSafe
public static interface AnalyzePromptEvent.Builder
extends SdkPojo, CopyableBuilder<AnalyzePromptEvent.Builder,AnalyzePromptEvent>
-
Method Summary
Modifier and TypeMethodDescriptionA message describing the analysis of the prompt.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
message
A message describing the analysis of the prompt.
- Parameters:
message
- A message describing the analysis of the prompt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-