Interface RealTimeContactAnalysisAttachment.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RealTimeContactAnalysisAttachment.Builder,
,RealTimeContactAnalysisAttachment> SdkBuilder<RealTimeContactAnalysisAttachment.Builder,
,RealTimeContactAnalysisAttachment> SdkPojo
- Enclosing class:
RealTimeContactAnalysisAttachment
public static interface RealTimeContactAnalysisAttachment.Builder
extends SdkPojo, CopyableBuilder<RealTimeContactAnalysisAttachment.Builder,RealTimeContactAnalysisAttachment>
-
Method Summary
Modifier and TypeMethodDescriptionattachmentId
(String attachmentId) A unique identifier for the attachment.attachmentName
(String attachmentName) A case-sensitive name of the attachment being uploaded.contentType
(String contentType) Describes the MIME file type of the attachment.Status of the attachment.status
(ArtifactStatus status) Status of the attachment.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 Details
-
attachmentName
A case-sensitive name of the attachment being uploaded. Can be redacted.
- Parameters:
attachmentName
- A case-sensitive name of the attachment being uploaded. Can be redacted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentType
Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Amazon Connect Administrator Guide.
- Parameters:
contentType
- Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Amazon Connect Administrator Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachmentId
A unique identifier for the attachment.
- Parameters:
attachmentId
- A unique identifier for the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Status of the attachment.
- Parameters:
status
- Status of the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Status of the attachment.
- Parameters:
status
- Status of the attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-