Interface ByteContentDoc.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ByteContentDoc.Builder,ByteContentDoc>,SdkBuilder<ByteContentDoc.Builder,ByteContentDoc>,SdkPojo
- Enclosing class:
- ByteContentDoc
@Mutable @NotThreadSafe public static interface ByteContentDoc.Builder extends SdkPojo, CopyableBuilder<ByteContentDoc.Builder,ByteContentDoc>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ByteContentDoc.Builderdata(SdkBytes data)The base64-encoded string of the content.ByteContentDoc.BuildermimeType(String mimeType)The MIME type of the content.-
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
-
mimeType
ByteContentDoc.Builder mimeType(String mimeType)
The MIME type of the content. For a list of MIME types, see Media Types. The following MIME types are supported:
-
text/plain
-
text/html
-
text/csv
-
text/vtt
-
message/rfc822
-
application/xhtml+xml
-
application/pdf
-
application/msword
-
application/vnd.ms-word.document.macroenabled.12
-
application/vnd.ms-word.template.macroenabled.12
-
application/vnd.ms-excel
-
application/vnd.ms-excel.addin.macroenabled.12
-
application/vnd.ms-excel.sheet.macroenabled.12
-
application/vnd.ms-excel.template.macroenabled.12
-
application/vnd.ms-excel.sheet.binary.macroenabled.12
-
application/vnd.ms-spreadsheetml
-
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
-
application/vnd.openxmlformats-officedocument.spreadsheetml.template
-
application/vnd.openxmlformats-officedocument.wordprocessingml.document
-
application/vnd.openxmlformats-officedocument.wordprocessingml.template
- Parameters:
mimeType- The MIME type of the content. For a list of MIME types, see Media Types. The following MIME types are supported:-
text/plain
-
text/html
-
text/csv
-
text/vtt
-
message/rfc822
-
application/xhtml+xml
-
application/pdf
-
application/msword
-
application/vnd.ms-word.document.macroenabled.12
-
application/vnd.ms-word.template.macroenabled.12
-
application/vnd.ms-excel
-
application/vnd.ms-excel.addin.macroenabled.12
-
application/vnd.ms-excel.sheet.macroenabled.12
-
application/vnd.ms-excel.template.macroenabled.12
-
application/vnd.ms-excel.sheet.binary.macroenabled.12
-
application/vnd.ms-spreadsheetml
-
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
-
application/vnd.openxmlformats-officedocument.spreadsheetml.template
-
application/vnd.openxmlformats-officedocument.wordprocessingml.document
-
application/vnd.openxmlformats-officedocument.wordprocessingml.template
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
data
ByteContentDoc.Builder data(SdkBytes data)
The base64-encoded string of the content.
- Parameters:
data- The base64-encoded string of the content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-