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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UploadDocumentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UploadDocumentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.