GetApplicationResponse.Builder |
GetApplicationResponse.Builder.applicationArn(String applicationArn) |
The Amazon Resource Name (ARN) of the Amazon Q Business application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.applicationId(String applicationId) |
The identifier of the Amazon Q Business application.
|
default GetApplicationResponse.Builder |
GetApplicationResponse.Builder.attachmentsConfiguration(Consumer<AppliedAttachmentsConfiguration.Builder> attachmentsConfiguration) |
Settings for whether end users can upload files directly during chat.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.attachmentsConfiguration(AppliedAttachmentsConfiguration attachmentsConfiguration) |
Settings for whether end users can upload files directly during chat.
|
static GetApplicationResponse.Builder |
GetApplicationResponse.builder() |
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.createdAt(Instant createdAt) |
The Unix timestamp when the Amazon Q Business application was last updated.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.description(String description) |
A description for the Amazon Q Business application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.displayName(String displayName) |
The name of the Amazon Q Business application.
|
default GetApplicationResponse.Builder |
GetApplicationResponse.Builder.encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration) |
The identifier of the Amazon Web Services KMS key that is used to encrypt your data.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.encryptionConfiguration(EncryptionConfiguration encryptionConfiguration) |
The identifier of the Amazon Web Services KMS key that is used to encrypt your data.
|
default GetApplicationResponse.Builder |
GetApplicationResponse.Builder.error(Consumer<ErrorDetail.Builder> error) |
If the Status field is set to ERROR, the ErrorMessage field contains a
description of the error that caused the synchronization to fail.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.error(ErrorDetail error) |
If the Status field is set to ERROR, the ErrorMessage field contains a
description of the error that caused the synchronization to fail.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.identityCenterApplicationArn(String identityCenterApplicationArn) |
The Amazon Resource Name (ARN) of the AWS IAM Identity Center instance attached to your Amazon Q Business
application.
|
default GetApplicationResponse.Builder |
GetApplicationResponse.Builder.personalizationConfiguration(Consumer<PersonalizationConfiguration.Builder> personalizationConfiguration) |
Configuration information about chat response personalization.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.personalizationConfiguration(PersonalizationConfiguration personalizationConfiguration) |
Configuration information about chat response personalization.
|
default GetApplicationResponse.Builder |
GetApplicationResponse.Builder.qAppsConfiguration(Consumer<QAppsConfiguration.Builder> qAppsConfiguration) |
Settings for whether end users can create and use Amazon Q Apps in the web experience.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.qAppsConfiguration(QAppsConfiguration qAppsConfiguration) |
Settings for whether end users can create and use Amazon Q Apps in the web experience.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the IAM with permissions to access your CloudWatch logs and metrics.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.status(String status) |
The status of the Amazon Q Business application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.status(ApplicationStatus status) |
The status of the Amazon Q Business application.
|
GetApplicationResponse.Builder |
GetApplicationResponse.toBuilder() |
|
GetApplicationResponse.Builder |
GetApplicationResponse.Builder.updatedAt(Instant updatedAt) |
The Unix timestamp when the Amazon Q Business application was last updated.
|