Interface UploadDocumentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudSearchDomainRequest.Builder,CopyableBuilder<UploadDocumentsRequest.Builder,UploadDocumentsRequest>,SdkBuilder<UploadDocumentsRequest.Builder,UploadDocumentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UploadDocumentsRequest
public static interface UploadDocumentsRequest.Builder extends CloudSearchDomainRequest.Builder, SdkPojo, CopyableBuilder<UploadDocumentsRequest.Builder,UploadDocumentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UploadDocumentsRequest.BuildercontentLength(Long contentLength)Sets the value of the ContentLength property for this object.UploadDocumentsRequest.BuildercontentType(String contentType)The format of the batch you are uploading.UploadDocumentsRequest.BuildercontentType(ContentType contentType)The format of the batch you are uploading.UploadDocumentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UploadDocumentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudsearchdomain.model.CloudSearchDomainRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
contentType
UploadDocumentsRequest.Builder contentType(String contentType)
The format of the batch you are uploading. Amazon CloudSearch supports two document batch formats:
- application/json
- application/xml
- Parameters:
contentType- The format of the batch you are uploading. Amazon CloudSearch supports two document batch formats:- application/json
- application/xml
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContentType,ContentType
-
contentType
UploadDocumentsRequest.Builder contentType(ContentType contentType)
The format of the batch you are uploading. Amazon CloudSearch supports two document batch formats:
- application/json
- application/xml
- Parameters:
contentType- The format of the batch you are uploading. Amazon CloudSearch supports two document batch formats:- application/json
- application/xml
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContentType,ContentType
-
contentLength
UploadDocumentsRequest.Builder contentLength(Long contentLength)
Sets the value of the ContentLength property for this object.- Parameters:
contentLength- The new value for the ContentLength property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UploadDocumentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UploadDocumentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-