CopyableBuilder<UploadDocumentsRequest.Builder,UploadDocumentsRequest>
, SdkBuilder<UploadDocumentsRequest.Builder,UploadDocumentsRequest>
public static interface UploadDocumentsRequest.Builder extends CopyableBuilder<UploadDocumentsRequest.Builder,UploadDocumentsRequest>
Modifier and Type | Method | Description |
---|---|---|
UploadDocumentsRequest.Builder |
contentLength(Long contentLength) |
|
UploadDocumentsRequest.Builder |
contentType(String contentType) |
The format of the batch you are uploading.
|
UploadDocumentsRequest.Builder |
contentType(ContentType contentType) |
The format of the batch you are uploading.
|
copy
apply, build
UploadDocumentsRequest.Builder contentType(String contentType)
The format of the batch you are uploading. Amazon CloudSearch supports two document batch formats:
contentType
- The format of the batch you are uploading. Amazon CloudSearch supports two document batch formats:
ContentType
UploadDocumentsRequest.Builder contentType(ContentType contentType)
The format of the batch you are uploading. Amazon CloudSearch supports two document batch formats:
contentType
- The format of the batch you are uploading. Amazon CloudSearch supports two document batch formats:
ContentType
UploadDocumentsRequest.Builder contentLength(Long contentLength)
contentLength
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.