Interface AttachedFilesConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AttachedFilesConfiguration.Builder,,AttachedFilesConfiguration> SdkBuilder<AttachedFilesConfiguration.Builder,,AttachedFilesConfiguration> SdkPojo
- Enclosing class:
AttachedFilesConfiguration
@Mutable
@NotThreadSafe
public static interface AttachedFilesConfiguration.Builder
extends SdkPojo, CopyableBuilder<AttachedFilesConfiguration.Builder,AttachedFilesConfiguration>
-
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.lastModifiedTime(Instant lastModifiedTime) The timestamp when the configuration was last modified.maximumSizeLimitInBytes(Long maximumSizeLimitInBytes) The maximum size limit for attached files in bytes.Methods 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.
- Parameters:
instanceId- The identifier of the Amazon Connect 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
The maximum size limit for attached files in bytes.
- Parameters:
maximumSizeLimitInBytes- The maximum size limit for attached files in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
extensionConfiguration
AttachedFilesConfiguration.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 AttachedFilesConfiguration.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:
-
lastModifiedTime
The timestamp when the configuration was last modified.
- Parameters:
lastModifiedTime- The timestamp when the configuration was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-