UpdateQAppResponse.Builder |
UpdateQAppResponse.Builder.appArn(String appArn) |
The Amazon Resource Name (ARN) of the updated Q App.
|
UpdateQAppResponse.Builder |
UpdateQAppResponse.Builder.appId(String appId) |
The unique identifier of the updated Q App.
|
UpdateQAppResponse.Builder |
UpdateQAppResponse.Builder.appVersion(Integer appVersion) |
The new version of the updated Q App.
|
static UpdateQAppResponse.Builder |
UpdateQAppResponse.builder() |
|
UpdateQAppResponse.Builder |
UpdateQAppResponse.Builder.createdAt(Instant createdAt) |
The date and time the Q App was originally created.
|
UpdateQAppResponse.Builder |
UpdateQAppResponse.Builder.createdBy(String createdBy) |
The user who originally created the Q App.
|
UpdateQAppResponse.Builder |
UpdateQAppResponse.Builder.description(String description) |
The new description of the updated Q App.
|
UpdateQAppResponse.Builder |
UpdateQAppResponse.Builder.initialPrompt(String initialPrompt) |
The initial prompt for the updated Q App.
|
UpdateQAppResponse.Builder |
UpdateQAppResponse.Builder.requiredCapabilities(Collection<AppRequiredCapability> requiredCapabilities) |
The capabilities required for the updated Q App.
|
UpdateQAppResponse.Builder |
UpdateQAppResponse.Builder.requiredCapabilities(AppRequiredCapability... requiredCapabilities) |
The capabilities required for the updated Q App.
|
UpdateQAppResponse.Builder |
UpdateQAppResponse.Builder.requiredCapabilitiesWithStrings(String... requiredCapabilities) |
The capabilities required for the updated Q App.
|
UpdateQAppResponse.Builder |
UpdateQAppResponse.Builder.requiredCapabilitiesWithStrings(Collection<String> requiredCapabilities) |
The capabilities required for the updated Q App.
|
UpdateQAppResponse.Builder |
UpdateQAppResponse.Builder.status(String status) |
The status of the updated Q App.
|
UpdateQAppResponse.Builder |
UpdateQAppResponse.Builder.status(AppStatus status) |
The status of the updated Q App.
|
UpdateQAppResponse.Builder |
UpdateQAppResponse.Builder.title(String title) |
The new title of the updated Q App.
|
UpdateQAppResponse.Builder |
UpdateQAppResponse.toBuilder() |
|
UpdateQAppResponse.Builder |
UpdateQAppResponse.Builder.updatedAt(Instant updatedAt) |
The date and time the Q App was last updated.
|
UpdateQAppResponse.Builder |
UpdateQAppResponse.Builder.updatedBy(String updatedBy) |
The user who last updated the Q App.
|