Interface RcsFileMessage.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RcsFileMessage.Builder,,RcsFileMessage> SdkBuilder<RcsFileMessage.Builder,,RcsFileMessage> SdkPojo
- Enclosing class:
RcsFileMessage
@Mutable
@NotThreadSafe
public static interface RcsFileMessage.Builder
extends SdkPojo, CopyableBuilder<RcsFileMessage.Builder,RcsFileMessage>
-
Method Summary
Modifier and TypeMethodDescriptionThe S3 URI of the media file to send, in the formats3://bucket-name/key.thumbnailUrl(String thumbnailUrl) The S3 URI of an optional thumbnail image for the media file, in the formats3://bucket-name/key.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
-
fileUrl
The S3 URI of the media file to send, in the format
s3://bucket-name/key. The service downloads the file from your S3 bucket, rehosts it, and generates a presigned URL for the aggregator. Maximum 2000 characters.- Parameters:
fileUrl- The S3 URI of the media file to send, in the formats3://bucket-name/key. The service downloads the file from your S3 bucket, rehosts it, and generates a presigned URL for the aggregator. Maximum 2000 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thumbnailUrl
The S3 URI of an optional thumbnail image for the media file, in the format
s3://bucket-name/key. Maximum 2000 characters.- Parameters:
thumbnailUrl- The S3 URI of an optional thumbnail image for the media file, in the formats3://bucket-name/key. Maximum 2000 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-