Interface CaseAttachmentAttributes.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CaseAttachmentAttributes.Builder,,CaseAttachmentAttributes> SdkBuilder<CaseAttachmentAttributes.Builder,,CaseAttachmentAttributes> SdkPojo
- Enclosing class:
CaseAttachmentAttributes
@Mutable
@NotThreadSafe
public static interface CaseAttachmentAttributes.Builder
extends SdkPojo, CopyableBuilder<CaseAttachmentAttributes.Builder,CaseAttachmentAttributes>
-
Method Summary
Modifier and TypeMethodDescriptionattachmentId(String attachmentId) attachmentStatus(String attachmentStatus) attachmentStatus(CaseAttachmentStatus attachmentStatus) createdDate(Instant createdDate) 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
-
attachmentId
- Parameters:
attachmentId-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileName
- Parameters:
fileName-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachmentStatus
- Parameters:
attachmentStatus-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attachmentStatus
- Parameters:
attachmentStatus-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creator
- Parameters:
creator-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdDate
- Parameters:
createdDate-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-