Interface DocumentSource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DocumentSource.Builder,
,DocumentSource> SdkBuilder<DocumentSource.Builder,
,DocumentSource> SdkPojo
- Enclosing class:
DocumentSource
public static interface DocumentSource.Builder
extends SdkPojo, CopyableBuilder<DocumentSource.Builder,DocumentSource>
-
Method Summary
Modifier and TypeMethodDescriptionThe raw bytes for the document.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 Details
-
bytes
The raw bytes for the document. If you use an Amazon Web Services SDK, you don't need to encode the bytes in base64.
- Parameters:
bytes
- The raw bytes for the document. If you use an Amazon Web Services SDK, you don't need to encode the bytes in base64.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-