Interface RegistrationAttachmentsInformation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RegistrationAttachmentsInformation.Builder,RegistrationAttachmentsInformation>,SdkBuilder<RegistrationAttachmentsInformation.Builder,RegistrationAttachmentsInformation>,SdkPojo
- Enclosing class:
- RegistrationAttachmentsInformation
public static interface RegistrationAttachmentsInformation.Builder extends SdkPojo, CopyableBuilder<RegistrationAttachmentsInformation.Builder,RegistrationAttachmentsInformation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistrationAttachmentsInformation.BuilderattachmentStatus(String attachmentStatus)The status of the registration attachment.RegistrationAttachmentsInformation.BuilderattachmentStatus(AttachmentStatus attachmentStatus)The status of the registration attachment.RegistrationAttachmentsInformation.BuilderattachmentUploadErrorReason(String attachmentUploadErrorReason)A description of why the upload didn't successfully complete.RegistrationAttachmentsInformation.BuilderattachmentUploadErrorReason(AttachmentUploadErrorReason attachmentUploadErrorReason)A description of why the upload didn't successfully complete.RegistrationAttachmentsInformation.BuildercreatedTimestamp(Instant createdTimestamp)The time when the registration attachment was created, in UNIX epoch time format.RegistrationAttachmentsInformation.BuilderregistrationAttachmentArn(String registrationAttachmentArn)The Amazon Resource Name (ARN) for the registration attachment.RegistrationAttachmentsInformation.BuilderregistrationAttachmentId(String registrationAttachmentId)The unique identifier for the registration 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
-
registrationAttachmentArn
RegistrationAttachmentsInformation.Builder registrationAttachmentArn(String registrationAttachmentArn)
The Amazon Resource Name (ARN) for the registration attachment.
- Parameters:
registrationAttachmentArn- The Amazon Resource Name (ARN) for the registration attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationAttachmentId
RegistrationAttachmentsInformation.Builder registrationAttachmentId(String registrationAttachmentId)
The unique identifier for the registration attachment.
- Parameters:
registrationAttachmentId- The unique identifier for the registration attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachmentStatus
RegistrationAttachmentsInformation.Builder attachmentStatus(String attachmentStatus)
The status of the registration attachment.
-
UPLOAD_IN_PROGRESSThe attachment is being uploaded. -
UPLOAD_COMPLETEThe attachment has been uploaded. -
UPLOAD_FAILEDThe attachment failed to uploaded. -
DELETEDThe attachment has been deleted..
- Parameters:
attachmentStatus- The status of the registration attachment.-
UPLOAD_IN_PROGRESSThe attachment is being uploaded. -
UPLOAD_COMPLETEThe attachment has been uploaded. -
UPLOAD_FAILEDThe attachment failed to uploaded. -
DELETEDThe attachment has been deleted..
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AttachmentStatus,AttachmentStatus
-
-
attachmentStatus
RegistrationAttachmentsInformation.Builder attachmentStatus(AttachmentStatus attachmentStatus)
The status of the registration attachment.
-
UPLOAD_IN_PROGRESSThe attachment is being uploaded. -
UPLOAD_COMPLETEThe attachment has been uploaded. -
UPLOAD_FAILEDThe attachment failed to uploaded. -
DELETEDThe attachment has been deleted..
- Parameters:
attachmentStatus- The status of the registration attachment.-
UPLOAD_IN_PROGRESSThe attachment is being uploaded. -
UPLOAD_COMPLETEThe attachment has been uploaded. -
UPLOAD_FAILEDThe attachment failed to uploaded. -
DELETEDThe attachment has been deleted..
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AttachmentStatus,AttachmentStatus
-
-
attachmentUploadErrorReason
RegistrationAttachmentsInformation.Builder attachmentUploadErrorReason(String attachmentUploadErrorReason)
A description of why the upload didn't successfully complete.
- Parameters:
attachmentUploadErrorReason- A description of why the upload didn't successfully complete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AttachmentUploadErrorReason,AttachmentUploadErrorReason
-
attachmentUploadErrorReason
RegistrationAttachmentsInformation.Builder attachmentUploadErrorReason(AttachmentUploadErrorReason attachmentUploadErrorReason)
A description of why the upload didn't successfully complete.
- Parameters:
attachmentUploadErrorReason- A description of why the upload didn't successfully complete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AttachmentUploadErrorReason,AttachmentUploadErrorReason
-
createdTimestamp
RegistrationAttachmentsInformation.Builder createdTimestamp(Instant createdTimestamp)
The time when the registration attachment was created, in UNIX epoch time format.
- Parameters:
createdTimestamp- The time when the registration attachment was created, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-