Interface FlowExecutionContent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FlowExecutionContent.Builder,,FlowExecutionContent> SdkBuilder<FlowExecutionContent.Builder,,FlowExecutionContent> SdkPojo
- Enclosing class:
FlowExecutionContent
@Mutable
@NotThreadSafe
public static interface FlowExecutionContent.Builder
extends SdkPojo, CopyableBuilder<FlowExecutionContent.Builder,FlowExecutionContent>
-
Method Summary
Modifier and TypeMethodDescriptionThe document content of the field, which can contain text or structured data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-