Interface GetApplicationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>,QBusinessResponse.Builder,SdkBuilder<GetApplicationResponse.Builder,GetApplicationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetApplicationResponse
public static interface GetApplicationResponse.Builder extends QBusinessResponse.Builder, SdkPojo, CopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetApplicationResponse.BuilderapplicationArn(String applicationArn)The Amazon Resource Name (ARN) of the Amazon Q Business application.GetApplicationResponse.BuilderapplicationId(String applicationId)The identifier of the Amazon Q Business application.default GetApplicationResponse.BuilderattachmentsConfiguration(Consumer<AppliedAttachmentsConfiguration.Builder> attachmentsConfiguration)Settings for whether end users can upload files directly during chat.GetApplicationResponse.BuilderattachmentsConfiguration(AppliedAttachmentsConfiguration attachmentsConfiguration)Settings for whether end users can upload files directly during chat.GetApplicationResponse.BuildercreatedAt(Instant createdAt)The Unix timestamp when the Amazon Q Business application was last updated.GetApplicationResponse.Builderdescription(String description)A description for the Amazon Q Business application.GetApplicationResponse.BuilderdisplayName(String displayName)The name of the Amazon Q Business application.default GetApplicationResponse.BuilderencryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)The identifier of the Amazon Web Services KMS key that is used to encrypt your data.GetApplicationResponse.BuilderencryptionConfiguration(EncryptionConfiguration encryptionConfiguration)The identifier of the Amazon Web Services KMS key that is used to encrypt your data.default GetApplicationResponse.Buildererror(Consumer<ErrorDetail.Builder> error)If theStatusfield is set toERROR, theErrorMessagefield contains a description of the error that caused the synchronization to fail.GetApplicationResponse.Buildererror(ErrorDetail error)If theStatusfield is set toERROR, theErrorMessagefield contains a description of the error that caused the synchronization to fail.GetApplicationResponse.BuilderidentityCenterApplicationArn(String identityCenterApplicationArn)The Amazon Resource Name (ARN) of the AWS IAM Identity Center instance attached to your Amazon Q Business application.default GetApplicationResponse.BuilderpersonalizationConfiguration(Consumer<PersonalizationConfiguration.Builder> personalizationConfiguration)Configuration information about chat response personalization.GetApplicationResponse.BuilderpersonalizationConfiguration(PersonalizationConfiguration personalizationConfiguration)Configuration information about chat response personalization.default GetApplicationResponse.BuilderqAppsConfiguration(Consumer<QAppsConfiguration.Builder> qAppsConfiguration)Settings for whether end users can create and use Amazon Q Apps in the web experience.GetApplicationResponse.BuilderqAppsConfiguration(QAppsConfiguration qAppsConfiguration)Settings for whether end users can create and use Amazon Q Apps in the web experience.GetApplicationResponse.BuilderroleArn(String roleArn)The Amazon Resource Name (ARN) of the IAM with permissions to access your CloudWatch logs and metrics.GetApplicationResponse.Builderstatus(String status)The status of the Amazon Q Business application.GetApplicationResponse.Builderstatus(ApplicationStatus status)The status of the Amazon Q Business application.GetApplicationResponse.BuilderupdatedAt(Instant updatedAt)The Unix timestamp when the Amazon Q Business application was last updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
displayName
GetApplicationResponse.Builder displayName(String displayName)
The name of the Amazon Q Business application.
- Parameters:
displayName- The name of the Amazon Q Business application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationId
GetApplicationResponse.Builder applicationId(String applicationId)
The identifier of the Amazon Q Business application.
- Parameters:
applicationId- The identifier of the Amazon Q Business application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationArn
GetApplicationResponse.Builder applicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the Amazon Q Business application.
- Parameters:
applicationArn- The Amazon Resource Name (ARN) of the Amazon Q Business application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityCenterApplicationArn
GetApplicationResponse.Builder identityCenterApplicationArn(String identityCenterApplicationArn)
The Amazon Resource Name (ARN) of the AWS IAM Identity Center instance attached to your Amazon Q Business application.
- Parameters:
identityCenterApplicationArn- The Amazon Resource Name (ARN) of the AWS IAM Identity Center instance attached to your Amazon Q Business application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
GetApplicationResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM with permissions to access your CloudWatch logs and metrics.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM with permissions to access your CloudWatch logs and metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GetApplicationResponse.Builder status(String status)
The status of the Amazon Q Business application.
- Parameters:
status- The status of the Amazon Q Business application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApplicationStatus,ApplicationStatus
-
status
GetApplicationResponse.Builder status(ApplicationStatus status)
The status of the Amazon Q Business application.
- Parameters:
status- The status of the Amazon Q Business application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApplicationStatus,ApplicationStatus
-
description
GetApplicationResponse.Builder description(String description)
A description for the Amazon Q Business application.
- Parameters:
description- A description for the Amazon Q Business application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionConfiguration
GetApplicationResponse.Builder encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The identifier of the Amazon Web Services KMS key that is used to encrypt your data. Amazon Q Business doesn't support asymmetric keys.
- Parameters:
encryptionConfiguration- The identifier of the Amazon Web Services KMS key that is used to encrypt your data. Amazon Q Business doesn't support asymmetric keys.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionConfiguration
default GetApplicationResponse.Builder encryptionConfiguration(Consumer<EncryptionConfiguration.Builder> encryptionConfiguration)
The identifier of the Amazon Web Services KMS key that is used to encrypt your data. Amazon Q Business doesn't support asymmetric keys.
This is a convenience method that creates an instance of theEncryptionConfiguration.Builderavoiding the need to create one manually viaEncryptionConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toencryptionConfiguration(EncryptionConfiguration).- Parameters:
encryptionConfiguration- a consumer that will call methods onEncryptionConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
encryptionConfiguration(EncryptionConfiguration)
-
createdAt
GetApplicationResponse.Builder createdAt(Instant createdAt)
The Unix timestamp when the Amazon Q Business application was last updated.
- Parameters:
createdAt- The Unix timestamp when the Amazon Q Business application was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
GetApplicationResponse.Builder updatedAt(Instant updatedAt)
The Unix timestamp when the Amazon Q Business application was last updated.
- Parameters:
updatedAt- The Unix timestamp when the Amazon Q Business application was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
GetApplicationResponse.Builder error(ErrorDetail error)
If the
Statusfield is set toERROR, theErrorMessagefield contains a description of the error that caused the synchronization to fail.- Parameters:
error- If theStatusfield is set toERROR, theErrorMessagefield contains a description of the error that caused the synchronization to fail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
default GetApplicationResponse.Builder error(Consumer<ErrorDetail.Builder> error)
If the
This is a convenience method that creates an instance of theStatusfield is set toERROR, theErrorMessagefield contains a description of the error that caused the synchronization to fail.ErrorDetail.Builderavoiding the need to create one manually viaErrorDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerror(ErrorDetail).- Parameters:
error- a consumer that will call methods onErrorDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
error(ErrorDetail)
-
attachmentsConfiguration
GetApplicationResponse.Builder attachmentsConfiguration(AppliedAttachmentsConfiguration attachmentsConfiguration)
Settings for whether end users can upload files directly during chat.
- Parameters:
attachmentsConfiguration- Settings for whether end users can upload files directly during chat.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachmentsConfiguration
default GetApplicationResponse.Builder attachmentsConfiguration(Consumer<AppliedAttachmentsConfiguration.Builder> attachmentsConfiguration)
Settings for whether end users can upload files directly during chat.
This is a convenience method that creates an instance of theAppliedAttachmentsConfiguration.Builderavoiding the need to create one manually viaAppliedAttachmentsConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattachmentsConfiguration(AppliedAttachmentsConfiguration).- Parameters:
attachmentsConfiguration- a consumer that will call methods onAppliedAttachmentsConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
attachmentsConfiguration(AppliedAttachmentsConfiguration)
-
qAppsConfiguration
GetApplicationResponse.Builder qAppsConfiguration(QAppsConfiguration qAppsConfiguration)
Settings for whether end users can create and use Amazon Q Apps in the web experience.
- Parameters:
qAppsConfiguration- Settings for whether end users can create and use Amazon Q Apps in the web experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
qAppsConfiguration
default GetApplicationResponse.Builder qAppsConfiguration(Consumer<QAppsConfiguration.Builder> qAppsConfiguration)
Settings for whether end users can create and use Amazon Q Apps in the web experience.
This is a convenience method that creates an instance of theQAppsConfiguration.Builderavoiding the need to create one manually viaQAppsConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toqAppsConfiguration(QAppsConfiguration).- Parameters:
qAppsConfiguration- a consumer that will call methods onQAppsConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
qAppsConfiguration(QAppsConfiguration)
-
personalizationConfiguration
GetApplicationResponse.Builder personalizationConfiguration(PersonalizationConfiguration personalizationConfiguration)
Configuration information about chat response personalization. For more information, see Personalizing chat responses.
- Parameters:
personalizationConfiguration- Configuration information about chat response personalization. For more information, see Personalizing chat responses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
personalizationConfiguration
default GetApplicationResponse.Builder personalizationConfiguration(Consumer<PersonalizationConfiguration.Builder> personalizationConfiguration)
Configuration information about chat response personalization. For more information, see Personalizing chat responses.
This is a convenience method that creates an instance of thePersonalizationConfiguration.Builderavoiding the need to create one manually viaPersonalizationConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topersonalizationConfiguration(PersonalizationConfiguration).- Parameters:
personalizationConfiguration- a consumer that will call methods onPersonalizationConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
personalizationConfiguration(PersonalizationConfiguration)
-
-