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