Interface HumanLoopInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HumanLoopInput.Builder,HumanLoopInput>,SdkBuilder<HumanLoopInput.Builder,HumanLoopInput>,SdkPojo
- Enclosing class:
- HumanLoopInput
public static interface HumanLoopInput.Builder extends SdkPojo, CopyableBuilder<HumanLoopInput.Builder,HumanLoopInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HumanLoopInput.BuilderinputContent(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, sdkFields
-
-
-
-
Method Detail
-
inputContent
HumanLoopInput.Builder inputContent(String 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.
-
-