Interface UploadMetadata.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<UploadMetadata.Builder,,UploadMetadata> SdkBuilder<UploadMetadata.Builder,,UploadMetadata> SdkPojo
- Enclosing class:
 UploadMetadata
public static interface UploadMetadata.Builder
extends SdkPojo, CopyableBuilder<UploadMetadata.Builder,UploadMetadata> 
- 
Method Summary
Modifier and TypeMethodDescriptionsignedHeaders(Map<String, String> signedHeaders) The signed headers.The URL of the upload.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
uploadUrl
The URL of the upload.
- Parameters:
 uploadUrl- The URL of the upload.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
signedHeaders
The signed headers.
- Parameters:
 signedHeaders- The signed headers.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -