Interface GetAttachedFileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<GetAttachedFileRequest.Builder,GetAttachedFileRequest>,SdkBuilder<GetAttachedFileRequest.Builder,GetAttachedFileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAttachedFileRequest
public static interface GetAttachedFileRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<GetAttachedFileRequest.Builder,GetAttachedFileRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAttachedFileRequest.BuilderassociatedResourceArn(String associatedResourceArn)The resource to which the attached file is (being) uploaded to.GetAttachedFileRequest.BuilderfileId(String fileId)The unique identifier of the attached file resource.GetAttachedFileRequest.BuilderinstanceId(String instanceId)The unique identifier of the Connect instance.GetAttachedFileRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAttachedFileRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAttachedFileRequest.BuilderurlExpiryInSeconds(Integer urlExpiryInSeconds)Optional override for the expiry of the pre-signed S3 URL in seconds.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
instanceId
GetAttachedFileRequest.Builder instanceId(String instanceId)
The unique identifier of the Connect instance.
- Parameters:
instanceId- The unique identifier of the Connect instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileId
GetAttachedFileRequest.Builder fileId(String fileId)
The unique identifier of the attached file resource.
- Parameters:
fileId- The unique identifier of the attached file resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
urlExpiryInSeconds
GetAttachedFileRequest.Builder urlExpiryInSeconds(Integer urlExpiryInSeconds)
Optional override for the expiry of the pre-signed S3 URL in seconds. The default value is 300.
- Parameters:
urlExpiryInSeconds- Optional override for the expiry of the pre-signed S3 URL in seconds. The default value is 300.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedResourceArn
GetAttachedFileRequest.Builder associatedResourceArn(String associatedResourceArn)
The resource to which the attached file is (being) uploaded to. Cases are the only current supported resource.
This value must be a valid ARN.
- Parameters:
associatedResourceArn- The resource to which the attached file is (being) uploaded to. Cases are the only current supported resource.This value must be a valid ARN.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetAttachedFileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAttachedFileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-