Interface UpdateAttachedFilesConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<UpdateAttachedFilesConfigurationRequest.Builder,,UpdateAttachedFilesConfigurationRequest> SdkBuilder<UpdateAttachedFilesConfigurationRequest.Builder,,UpdateAttachedFilesConfigurationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateAttachedFilesConfigurationRequest
@Mutable
@NotThreadSafe
public static interface UpdateAttachedFilesConfigurationRequest.Builder
extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateAttachedFilesConfigurationRequest.Builder,UpdateAttachedFilesConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionattachmentScope(String attachmentScope) The scope of the attachment.attachmentScope(AttachmentScope attachmentScope) The scope of the attachment.extensionConfiguration(Consumer<ExtensionConfiguration.Builder> extensionConfiguration) The configuration for allowed file extensions.extensionConfiguration(ExtensionConfiguration extensionConfiguration) The configuration for allowed file extensions.instanceId(String instanceId) The identifier of the Amazon Connect instance.maximumSizeLimitInBytes(Long maximumSizeLimitInBytes) The maximum size limit for attached files in bytes.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
instanceId
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- Parameters:
instanceId- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachmentScope
The scope of the attachment. Valid values are
EMAIL,CHAT,CASE, andTASK.- Parameters:
attachmentScope- The scope of the attachment. Valid values areEMAIL,CHAT,CASE, andTASK.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attachmentScope
The scope of the attachment. Valid values are
EMAIL,CHAT,CASE, andTASK.- Parameters:
attachmentScope- The scope of the attachment. Valid values areEMAIL,CHAT,CASE, andTASK.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maximumSizeLimitInBytes
UpdateAttachedFilesConfigurationRequest.Builder maximumSizeLimitInBytes(Long maximumSizeLimitInBytes) The maximum size limit for attached files in bytes. The minimum value is 1 and the maximum value is 104857600 (100 MB).
- Parameters:
maximumSizeLimitInBytes- The maximum size limit for attached files in bytes. The minimum value is 1 and the maximum value is 104857600 (100 MB).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
extensionConfiguration
UpdateAttachedFilesConfigurationRequest.Builder extensionConfiguration(ExtensionConfiguration extensionConfiguration) The configuration for allowed file extensions.
- Parameters:
extensionConfiguration- The configuration for allowed file extensions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
extensionConfiguration
default UpdateAttachedFilesConfigurationRequest.Builder extensionConfiguration(Consumer<ExtensionConfiguration.Builder> extensionConfiguration) The configuration for allowed file extensions.
This is a convenience method that creates an instance of theExtensionConfiguration.Builderavoiding the need to create one manually viaExtensionConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toextensionConfiguration(ExtensionConfiguration).- Parameters:
extensionConfiguration- a consumer that will call methods onExtensionConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateAttachedFilesConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateAttachedFilesConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-