Interface BatchGetAttachedFileMetadataRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<BatchGetAttachedFileMetadataRequest.Builder,BatchGetAttachedFileMetadataRequest>,SdkBuilder<BatchGetAttachedFileMetadataRequest.Builder,BatchGetAttachedFileMetadataRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetAttachedFileMetadataRequest
public static interface BatchGetAttachedFileMetadataRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<BatchGetAttachedFileMetadataRequest.Builder,BatchGetAttachedFileMetadataRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetAttachedFileMetadataRequest.BuilderassociatedResourceArn(String associatedResourceArn)The resource to which the attached file is (being) uploaded to.BatchGetAttachedFileMetadataRequest.BuilderfileIds(String... fileIds)The unique identifiers of the attached file resource.BatchGetAttachedFileMetadataRequest.BuilderfileIds(Collection<String> fileIds)The unique identifiers of the attached file resource.BatchGetAttachedFileMetadataRequest.BuilderinstanceId(String instanceId)The unique identifier of the Connect instance.BatchGetAttachedFileMetadataRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetAttachedFileMetadataRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
fileIds
BatchGetAttachedFileMetadataRequest.Builder fileIds(Collection<String> fileIds)
The unique identifiers of the attached file resource.
- Parameters:
fileIds- The unique identifiers of the attached file resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileIds
BatchGetAttachedFileMetadataRequest.Builder fileIds(String... fileIds)
The unique identifiers of the attached file resource.
- Parameters:
fileIds- The unique identifiers of the attached file resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceId
BatchGetAttachedFileMetadataRequest.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.
-
associatedResourceArn
BatchGetAttachedFileMetadataRequest.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
BatchGetAttachedFileMetadataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetAttachedFileMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-