Interface HumanLoopInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HumanLoopInput.Builder,
,HumanLoopInput> SdkBuilder<HumanLoopInput.Builder,
,HumanLoopInput> SdkPojo
- Enclosing class:
HumanLoopInput
@Mutable
@NotThreadSafe
public static interface HumanLoopInput.Builder
extends SdkPojo, CopyableBuilder<HumanLoopInput.Builder,HumanLoopInput>
-
Method Summary
Modifier and TypeMethodDescriptioninputContent
(String inputContent) Serialized input from the human loop.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
-
inputContent
Serialized input from the human loop. The input must be a string representation of a file in JSON format.
- Parameters:
inputContent
- Serialized input from the human loop. The input must be a string representation of a file in JSON format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-