Interface ByteContentDoc.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ByteContentDoc.Builder,,ByteContentDoc> SdkBuilder<ByteContentDoc.Builder,,ByteContentDoc> SdkPojo
- Enclosing class:
 ByteContentDoc
public static interface ByteContentDoc.Builder
extends SdkPojo, CopyableBuilder<ByteContentDoc.Builder,ByteContentDoc> 
- 
Method Summary
Modifier and TypeMethodDescriptioncontentType(String contentType) The MIME type of the document contained in the wrapper object.The byte value of the file to upload, encoded as a Base-64 string.identifier(String identifier) The file name of the document contained in the wrapper object.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
- 
identifier
The file name of the document contained in the wrapper object.
- Parameters:
 identifier- The file name of the document contained in the wrapper object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
contentType
The MIME type of the document contained in the wrapper object.
- Parameters:
 contentType- The MIME type of the document contained in the wrapper object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
data
The byte value of the file to upload, encoded as a Base-64 string.
- Parameters:
 data- The byte value of the file to upload, encoded as a Base-64 string.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -