Interface S3PresignedUrl.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3PresignedUrl.Builder,
,S3PresignedUrl> SdkBuilder<S3PresignedUrl.Builder,
,S3PresignedUrl> SdkPojo
- Enclosing class:
S3PresignedUrl
@Mutable
@NotThreadSafe
public static interface S3PresignedUrl.Builder
extends SdkPojo, CopyableBuilder<S3PresignedUrl.Builder,S3PresignedUrl>
-
Method Summary
Modifier and TypeMethodDescriptionA map of headers and their values.The presign url to the object.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 Details
-
url
The presign url to the object.
- Parameters:
url
- The presign url to the object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
headers
A map of headers and their values. You must specify the
Content-Type
header when usingPostWhatsAppMessageMedia
. For a list of common headers, see Common Request Headers in the Amazon S3 API Reference- Parameters:
headers
- A map of headers and their values. You must specify theContent-Type
header when usingPostWhatsAppMessageMedia
. For a list of common headers, see Common Request Headers in the Amazon S3 API Reference- Returns:
- Returns a reference to this object so that method calls can be chained together.
-