Interface AttachedFilesConfigurationSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AttachedFilesConfigurationSummary.Builder,,AttachedFilesConfigurationSummary> SdkBuilder<AttachedFilesConfigurationSummary.Builder,,AttachedFilesConfigurationSummary> SdkPojo
- Enclosing class:
AttachedFilesConfigurationSummary
@Mutable
@NotThreadSafe
public static interface AttachedFilesConfigurationSummary.Builder
extends SdkPojo, CopyableBuilder<AttachedFilesConfigurationSummary.Builder,AttachedFilesConfigurationSummary>
-
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) Sets the value of the MaximumSizeLimitInBytes property for this object.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
Sets the value of the MaximumSizeLimitInBytes property for this object.- Parameters:
maximumSizeLimitInBytes- The new value for the MaximumSizeLimitInBytes property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
extensionConfiguration
AttachedFilesConfigurationSummary.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 AttachedFilesConfigurationSummary.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:
-