CreateRegistrationAttachmentResponse.Builder |
CreateRegistrationAttachmentResponse.Builder.attachmentStatus(String attachmentStatus) |
The status of the registration attachment.
|
CreateRegistrationAttachmentResponse.Builder |
CreateRegistrationAttachmentResponse.Builder.attachmentStatus(AttachmentStatus attachmentStatus) |
The status of the registration attachment.
|
static CreateRegistrationAttachmentResponse.Builder |
CreateRegistrationAttachmentResponse.builder() |
|
CreateRegistrationAttachmentResponse.Builder |
CreateRegistrationAttachmentResponse.Builder.createdTimestamp(Instant createdTimestamp) |
The time when the registration attachment was created, in UNIX
epoch time format.
|
CreateRegistrationAttachmentResponse.Builder |
CreateRegistrationAttachmentResponse.Builder.registrationAttachmentArn(String registrationAttachmentArn) |
The Amazon Resource Name (ARN) for the registration attachment.
|
CreateRegistrationAttachmentResponse.Builder |
CreateRegistrationAttachmentResponse.Builder.registrationAttachmentId(String registrationAttachmentId) |
The unique identifier for the registration attachment.
|
CreateRegistrationAttachmentResponse.Builder |
CreateRegistrationAttachmentResponse.Builder.tags(Collection<Tag> tags) |
An array of tags (key and value pairs) to associate with the registration attachment.
|
CreateRegistrationAttachmentResponse.Builder |
CreateRegistrationAttachmentResponse.Builder.tags(Consumer<Tag.Builder>... tags) |
An array of tags (key and value pairs) to associate with the registration attachment.
|
CreateRegistrationAttachmentResponse.Builder |
CreateRegistrationAttachmentResponse.Builder.tags(Tag... tags) |
An array of tags (key and value pairs) to associate with the registration attachment.
|
CreateRegistrationAttachmentResponse.Builder |
CreateRegistrationAttachmentResponse.toBuilder() |
|