Uses of Interface
software.amazon.awssdk.services.connect.model.GetAttachedFileRequest.Builder
-
Packages that use GetAttachedFileRequest.Builder Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.model -
-
Uses of GetAttachedFileRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type GetAttachedFileRequest.Builder Modifier and Type Method Description default CompletableFuture<GetAttachedFileResponse>ConnectAsyncClient. getAttachedFile(Consumer<GetAttachedFileRequest.Builder> getAttachedFileRequest)Provides a pre-signed URL for download of an approved attached file.default GetAttachedFileResponseConnectClient. getAttachedFile(Consumer<GetAttachedFileRequest.Builder> getAttachedFileRequest)Provides a pre-signed URL for download of an approved attached file. -
Uses of GetAttachedFileRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return GetAttachedFileRequest.Builder Modifier and Type Method Description GetAttachedFileRequest.BuilderGetAttachedFileRequest.Builder. associatedResourceArn(String associatedResourceArn)The resource to which the attached file is (being) uploaded to.static GetAttachedFileRequest.BuilderGetAttachedFileRequest. builder()GetAttachedFileRequest.BuilderGetAttachedFileRequest.Builder. fileId(String fileId)The unique identifier of the attached file resource.GetAttachedFileRequest.BuilderGetAttachedFileRequest.Builder. instanceId(String instanceId)The unique identifier of the Connect instance.GetAttachedFileRequest.BuilderGetAttachedFileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAttachedFileRequest.BuilderGetAttachedFileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAttachedFileRequest.BuilderGetAttachedFileRequest. toBuilder()GetAttachedFileRequest.BuilderGetAttachedFileRequest.Builder. urlExpiryInSeconds(Integer urlExpiryInSeconds)Optional override for the expiry of the pre-signed S3 URL in seconds.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type GetAttachedFileRequest.Builder Modifier and Type Method Description static Class<? extends GetAttachedFileRequest.Builder>GetAttachedFileRequest. serializableBuilderClass()
-