Interface GetCaseAttachmentDownloadUrlResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetCaseAttachmentDownloadUrlResponse.Builder,
,GetCaseAttachmentDownloadUrlResponse> SdkBuilder<GetCaseAttachmentDownloadUrlResponse.Builder,
,GetCaseAttachmentDownloadUrlResponse> SdkPojo
,SdkResponse.Builder
,SecurityIrResponse.Builder
- Enclosing class:
GetCaseAttachmentDownloadUrlResponse
@Mutable
@NotThreadSafe
public static interface GetCaseAttachmentDownloadUrlResponse.Builder
extends SecurityIrResponse.Builder, SdkPojo, CopyableBuilder<GetCaseAttachmentDownloadUrlResponse.Builder,GetCaseAttachmentDownloadUrlResponse>
-
Method Summary
Modifier and TypeMethodDescriptionattachmentPresignedUrl
(String attachmentPresignedUrl) Response element providing the Amazon S3 presigned URL to download an attachment.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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.securityir.model.SecurityIrResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
attachmentPresignedUrl
Response element providing the Amazon S3 presigned URL to download an attachment.
- Parameters:
attachmentPresignedUrl
- Response element providing the Amazon S3 presigned URL to download an attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-