Interface AttachmentDetails.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AttachmentDetails.Builder,,AttachmentDetails> SdkBuilder<AttachmentDetails.Builder,,AttachmentDetails> SdkPojo
- Enclosing class:
 AttachmentDetails
public static interface AttachmentDetails.Builder
extends SdkPojo, CopyableBuilder<AttachmentDetails.Builder,AttachmentDetails> 
- 
Method Summary
Modifier and TypeMethodDescriptionattachmentId(String attachmentId) The ID of the attachment.The file name of the attachment.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, sdkFields 
- 
Method Details
- 
attachmentId
The ID of the attachment.
- Parameters:
 attachmentId- The ID of the attachment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
fileName
The file name of the attachment.
- Parameters:
 fileName- The file name of the attachment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -