CreateQAppResponse.Builder |
CreateQAppResponse.Builder.appArn(String appArn) |
The Amazon Resource Name (ARN) of the new Q App.
|
CreateQAppResponse.Builder |
CreateQAppResponse.Builder.appId(String appId) |
The unique identifier of the new Q App.
|
CreateQAppResponse.Builder |
CreateQAppResponse.Builder.appVersion(Integer appVersion) |
The version of the new Q App.
|
static CreateQAppResponse.Builder |
CreateQAppResponse.builder() |
|
CreateQAppResponse.Builder |
CreateQAppResponse.Builder.createdAt(Instant createdAt) |
The date and time the Q App was created.
|
CreateQAppResponse.Builder |
CreateQAppResponse.Builder.createdBy(String createdBy) |
The user who created the Q App.
|
CreateQAppResponse.Builder |
CreateQAppResponse.Builder.description(String description) |
The description of the new Q App.
|
CreateQAppResponse.Builder |
CreateQAppResponse.Builder.initialPrompt(String initialPrompt) |
The initial prompt displayed when the Q App is started.
|
CreateQAppResponse.Builder |
CreateQAppResponse.Builder.requiredCapabilities(Collection<AppRequiredCapability> requiredCapabilities) |
The capabilities required to run the Q App, such as file upload or third-party integrations.
|
CreateQAppResponse.Builder |
CreateQAppResponse.Builder.requiredCapabilities(AppRequiredCapability... requiredCapabilities) |
The capabilities required to run the Q App, such as file upload or third-party integrations.
|
CreateQAppResponse.Builder |
CreateQAppResponse.Builder.requiredCapabilitiesWithStrings(String... requiredCapabilities) |
The capabilities required to run the Q App, such as file upload or third-party integrations.
|
CreateQAppResponse.Builder |
CreateQAppResponse.Builder.requiredCapabilitiesWithStrings(Collection<String> requiredCapabilities) |
The capabilities required to run the Q App, such as file upload or third-party integrations.
|
CreateQAppResponse.Builder |
CreateQAppResponse.Builder.status(String status) |
The status of the new Q App, such as "Created".
|
CreateQAppResponse.Builder |
CreateQAppResponse.Builder.status(AppStatus status) |
The status of the new Q App, such as "Created".
|
CreateQAppResponse.Builder |
CreateQAppResponse.Builder.title(String title) |
The title of the new Q App.
|
CreateQAppResponse.Builder |
CreateQAppResponse.toBuilder() |
|
CreateQAppResponse.Builder |
CreateQAppResponse.Builder.updatedAt(Instant updatedAt) |
The date and time the Q App was last updated.
|
CreateQAppResponse.Builder |
CreateQAppResponse.Builder.updatedBy(String updatedBy) |
The user who last updated the Q App.
|