Interface GetCaseAttachmentUploadUrlResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetCaseAttachmentUploadUrlResponse.Builder,GetCaseAttachmentUploadUrlResponse>,SdkBuilder<GetCaseAttachmentUploadUrlResponse.Builder,GetCaseAttachmentUploadUrlResponse>,SdkPojo,SdkResponse.Builder,SecurityIrResponse.Builder
- Enclosing class:
- GetCaseAttachmentUploadUrlResponse
public static interface GetCaseAttachmentUploadUrlResponse.Builder extends SecurityIrResponse.Builder, SdkPojo, CopyableBuilder<GetCaseAttachmentUploadUrlResponse.Builder,GetCaseAttachmentUploadUrlResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCaseAttachmentUploadUrlResponse.BuilderattachmentPresignedUrl(String attachmentPresignedUrl)Response element providing the Amazon S3 presigned UTL to upload the 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 Detail
-
attachmentPresignedUrl
GetCaseAttachmentUploadUrlResponse.Builder attachmentPresignedUrl(String attachmentPresignedUrl)
Response element providing the Amazon S3 presigned UTL to upload the attachment.
- Parameters:
attachmentPresignedUrl- Response element providing the Amazon S3 presigned UTL to upload the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-