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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachmentDetails.BuilderattachmentId(String attachmentId)The ID of the attachment.AttachmentDetails.BuilderfileName(String fileName)The file name 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
attachmentId
AttachmentDetails.Builder attachmentId(String 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
AttachmentDetails.Builder fileName(String 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.
-
-