Interface NodeExecutionContent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NodeExecutionContent.Builder,NodeExecutionContent>,SdkBuilder<NodeExecutionContent.Builder,NodeExecutionContent>,SdkPojo
- Enclosing class:
- NodeExecutionContent
@Mutable @NotThreadSafe public static interface NodeExecutionContent.Builder extends SdkPojo, CopyableBuilder<NodeExecutionContent.Builder,NodeExecutionContent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeExecutionContent.Builderdocument(Document document)The document content of the field, which can contain text or structured data.-
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 Detail
-
document
NodeExecutionContent.Builder document(Document document)
The document content of the field, which can contain text or structured data.
- Parameters:
document- The document content of the field, which can contain text or structured data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-