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.
|
build
requestOverrideConfig
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
,
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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UploadDocumentsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.