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.
|
build
overrideConfiguration
copy
applyMutation, 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
,
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
,
ContentType
UploadDocumentsRequest.Builder contentLength(Long contentLength)
contentLength
- The new value for the ContentLength property for this object.UploadDocumentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UploadDocumentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.