public static interface UploadDocumentsRequest.Builder extends CloudSearchDomainRequest.Builder, CopyableBuilder<UploadDocumentsRequest.Builder,UploadDocumentsRequest>
| Modifier and Type | Method and Description |
|---|---|
UploadDocumentsRequest.Builder |
contentLength(Long contentLength)
Sets the value of the ContentLength property for this object.
|
UploadDocumentsRequest.Builder |
contentType(ContentType contentType)
The format of the batch you are uploading.
|
UploadDocumentsRequest.Builder |
contentType(String contentType)
The format of the batch you are uploading.
|
UploadDocumentsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UploadDocumentsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildUploadDocumentsRequest.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,
ContentTypeUploadDocumentsRequest.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,
ContentTypeUploadDocumentsRequest.Builder contentLength(Long contentLength)
contentLength - The new value for the ContentLength property for this object.UploadDocumentsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UploadDocumentsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.