DeleteRegistrationAttachmentResponse.Builder |
DeleteRegistrationAttachmentResponse.Builder.attachmentStatus(String attachmentStatus) |
The status of the registration attachment.
|
DeleteRegistrationAttachmentResponse.Builder |
DeleteRegistrationAttachmentResponse.Builder.attachmentStatus(AttachmentStatus attachmentStatus) |
The status of the registration attachment.
|
DeleteRegistrationAttachmentResponse.Builder |
DeleteRegistrationAttachmentResponse.Builder.attachmentUploadErrorReason(String attachmentUploadErrorReason) |
The error message if the upload failed.
|
DeleteRegistrationAttachmentResponse.Builder |
DeleteRegistrationAttachmentResponse.Builder.attachmentUploadErrorReason(AttachmentUploadErrorReason attachmentUploadErrorReason) |
The error message if the upload failed.
|
static DeleteRegistrationAttachmentResponse.Builder |
DeleteRegistrationAttachmentResponse.builder() |
|
DeleteRegistrationAttachmentResponse.Builder |
DeleteRegistrationAttachmentResponse.Builder.createdTimestamp(Instant createdTimestamp) |
The time when the registration attachment was created, in UNIX
epoch time format.
|
DeleteRegistrationAttachmentResponse.Builder |
DeleteRegistrationAttachmentResponse.Builder.registrationAttachmentArn(String registrationAttachmentArn) |
The Amazon Resource Name (ARN) for the registration attachment.
|
DeleteRegistrationAttachmentResponse.Builder |
DeleteRegistrationAttachmentResponse.Builder.registrationAttachmentId(String registrationAttachmentId) |
The unique identifier for the registration attachment.
|
DeleteRegistrationAttachmentResponse.Builder |
DeleteRegistrationAttachmentResponse.toBuilder() |
|