public static interface StartContentUploadResponse.Builder extends WisdomResponse.Builder, SdkPojo, CopyableBuilder<StartContentUploadResponse.Builder,StartContentUploadResponse>
| Modifier and Type | Method and Description |
|---|---|
StartContentUploadResponse.Builder |
headersToInclude(Map<String,String> headersToInclude)
The headers to include in the upload.
|
StartContentUploadResponse.Builder |
uploadId(String uploadId)
The identifier of the upload.
|
StartContentUploadResponse.Builder |
url(String url)
The URL of the upload.
|
StartContentUploadResponse.Builder |
urlExpiry(Instant urlExpiry)
The expiration time of the URL as an epoch timestamp.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartContentUploadResponse.Builder headersToInclude(Map<String,String> headersToInclude)
The headers to include in the upload.
headersToInclude - The headers to include in the upload.StartContentUploadResponse.Builder uploadId(String uploadId)
The identifier of the upload.
uploadId - The identifier of the upload.StartContentUploadResponse.Builder url(String url)
The URL of the upload.
url - The URL of the upload.StartContentUploadResponse.Builder urlExpiry(Instant urlExpiry)
The expiration time of the URL as an epoch timestamp.
urlExpiry - The expiration time of the URL as an epoch timestamp.Copyright © 2022. All rights reserved.