UserAppItem.Builder |
UserAppItem.Builder.appArn(String appArn) |
The Amazon Resource Name (ARN) of the Q App.
|
UserAppItem.Builder |
UserAppItem.Builder.appId(String appId) |
The unique identifier of the Q App.
|
static UserAppItem.Builder |
UserAppItem.builder() |
|
UserAppItem.Builder |
UserAppItem.Builder.canEdit(Boolean canEdit) |
A flag indicating whether the user can edit the Q App.
|
UserAppItem.Builder |
UserAppItem.Builder.createdAt(Instant createdAt) |
The date and time the user's association with the Q App was created.
|
UserAppItem.Builder |
UserAppItem.Builder.description(String description) |
The description of the Q App.
|
UserAppItem.Builder |
UserAppItem.Builder.isVerified(Boolean isVerified) |
Indicates whether the Q App has been verified.
|
UserAppItem.Builder |
UserAppItem.Builder.status(String status) |
The status of the user's association with the Q App.
|
UserAppItem.Builder |
UserAppItem.Builder.title(String title) |
The title of the Q App.
|
UserAppItem.Builder |
UserAppItem.toBuilder() |
|