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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RealTimeContactAnalysisAttachment.BuilderattachmentId(String attachmentId)A unique identifier for the attachment.RealTimeContactAnalysisAttachment.BuilderattachmentName(String attachmentName)A case-sensitive name of the attachment being uploaded.RealTimeContactAnalysisAttachment.BuildercontentType(String contentType)Describes the MIME file type of the attachment.RealTimeContactAnalysisAttachment.Builderstatus(String status)Status of the attachment.RealTimeContactAnalysisAttachment.Builderstatus(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 Detail
-
attachmentName
RealTimeContactAnalysisAttachment.Builder attachmentName(String 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
RealTimeContactAnalysisAttachment.Builder contentType(String 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
RealTimeContactAnalysisAttachment.Builder attachmentId(String 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
RealTimeContactAnalysisAttachment.Builder status(String 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:
ArtifactStatus,ArtifactStatus
-
status
RealTimeContactAnalysisAttachment.Builder status(ArtifactStatus 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:
ArtifactStatus,ArtifactStatus
-
-