Interface GetAttachmentResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectParticipantResponse.Builder,CopyableBuilder<GetAttachmentResponse.Builder,GetAttachmentResponse>,SdkBuilder<GetAttachmentResponse.Builder,GetAttachmentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAttachmentResponse
public static interface GetAttachmentResponse.Builder extends ConnectParticipantResponse.Builder, SdkPojo, CopyableBuilder<GetAttachmentResponse.Builder,GetAttachmentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAttachmentResponse.Builderurl(String url)This is the pre-signed URL that can be used for uploading the file to Amazon S3 when used in response to StartAttachmentUpload.GetAttachmentResponse.BuilderurlExpiry(String urlExpiry)The expiration time of the URL in ISO timestamp.-
Methods inherited from interface software.amazon.awssdk.services.connectparticipant.model.ConnectParticipantResponse.Builder
build, responseMetadata, responseMetadata
-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
url
GetAttachmentResponse.Builder url(String url)
This is the pre-signed URL that can be used for uploading the file to Amazon S3 when used in response to StartAttachmentUpload.
- Parameters:
url- This is the pre-signed URL that can be used for uploading the file to Amazon S3 when used in response to StartAttachmentUpload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
urlExpiry
GetAttachmentResponse.Builder urlExpiry(String urlExpiry)
The expiration time of the URL in ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
- Parameters:
urlExpiry- The expiration time of the URL in ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-