Interface TaskAttachment.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TaskAttachment.Builder,,TaskAttachment> SdkBuilder<TaskAttachment.Builder,,TaskAttachment> SdkPojo
- Enclosing class:
TaskAttachment
@Mutable
@NotThreadSafe
public static interface TaskAttachment.Builder
extends SdkPojo, CopyableBuilder<TaskAttachment.Builder,TaskAttachment>
-
Method Summary
Modifier and TypeMethodDescriptionA case-sensitive name of the attached file being uploaded.The pre-signed URLs for the S3 bucket where the task attachment is stored.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
-
fileName
A case-sensitive name of the attached file being uploaded.
- Parameters:
fileName- A case-sensitive name of the attached file being uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Url
The pre-signed URLs for the S3 bucket where the task attachment is stored.
- Parameters:
s3Url- The pre-signed URLs for the S3 bucket where the task attachment is stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-