Interface GetQAppResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetQAppResponse.Builder,GetQAppResponse>,QAppsResponse.Builder,SdkBuilder<GetQAppResponse.Builder,GetQAppResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetQAppResponse
public static interface GetQAppResponse.Builder extends QAppsResponse.Builder, SdkPojo, CopyableBuilder<GetQAppResponse.Builder,GetQAppResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetQAppResponse.BuilderappArn(String appArn)The Amazon Resource Name (ARN) of the Q App.default GetQAppResponse.BuilderappDefinition(Consumer<AppDefinition.Builder> appDefinition)The full definition of the Q App, specifying the cards and flow.GetQAppResponse.BuilderappDefinition(AppDefinition appDefinition)The full definition of the Q App, specifying the cards and flow.GetQAppResponse.BuilderappId(String appId)The unique identifier of the Q App.GetQAppResponse.BuilderappVersion(Integer appVersion)The version of the Q App.GetQAppResponse.BuildercreatedAt(Instant createdAt)The date and time the Q App was created.GetQAppResponse.BuildercreatedBy(String createdBy)The user who created the Q App.GetQAppResponse.Builderdescription(String description)The description of the Q App.GetQAppResponse.BuilderinitialPrompt(String initialPrompt)The initial prompt displayed when the Q App is started.GetQAppResponse.BuilderrequiredCapabilities(Collection<AppRequiredCapability> requiredCapabilities)The capabilities required to run the Q App, such as file upload or third-party integrations.GetQAppResponse.BuilderrequiredCapabilities(AppRequiredCapability... requiredCapabilities)The capabilities required to run the Q App, such as file upload or third-party integrations.GetQAppResponse.BuilderrequiredCapabilitiesWithStrings(String... requiredCapabilities)The capabilities required to run the Q App, such as file upload or third-party integrations.GetQAppResponse.BuilderrequiredCapabilitiesWithStrings(Collection<String> requiredCapabilities)The capabilities required to run the Q App, such as file upload or third-party integrations.GetQAppResponse.Builderstatus(String status)The status of the Q App.GetQAppResponse.Builderstatus(AppStatus status)The status of the Q App.GetQAppResponse.Buildertitle(String title)The title of the Q App.GetQAppResponse.BuilderupdatedAt(Instant updatedAt)The date and time the Q App was last updated.GetQAppResponse.BuilderupdatedBy(String updatedBy)The user who last updated the Q App.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.qapps.model.QAppsResponse.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
-
appId
GetQAppResponse.Builder appId(String appId)
The unique identifier of the Q App.
- Parameters:
appId- The unique identifier of the Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appArn
GetQAppResponse.Builder appArn(String appArn)
The Amazon Resource Name (ARN) of the Q App.
- Parameters:
appArn- The Amazon Resource Name (ARN) of the Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
GetQAppResponse.Builder title(String title)
The title of the Q App.
- Parameters:
title- The title of the Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GetQAppResponse.Builder description(String description)
The description of the Q App.
- Parameters:
description- The description of the Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
initialPrompt
GetQAppResponse.Builder initialPrompt(String initialPrompt)
The initial prompt displayed when the Q App is started.
- Parameters:
initialPrompt- The initial prompt displayed when the Q App is started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appVersion
GetQAppResponse.Builder appVersion(Integer appVersion)
The version of the Q App.
- Parameters:
appVersion- The version of the Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GetQAppResponse.Builder status(String status)
The status of the Q App.
-
status
GetQAppResponse.Builder status(AppStatus status)
The status of the Q App.
-
createdAt
GetQAppResponse.Builder createdAt(Instant createdAt)
The date and time the Q App was created.
- Parameters:
createdAt- The date and time the Q App was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
GetQAppResponse.Builder createdBy(String createdBy)
The user who created the Q App.
- Parameters:
createdBy- The user who created the Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
GetQAppResponse.Builder updatedAt(Instant updatedAt)
The date and time the Q App was last updated.
- Parameters:
updatedAt- The date and time the Q App was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
GetQAppResponse.Builder updatedBy(String updatedBy)
The user who last updated the Q App.
- Parameters:
updatedBy- The user who last updated the Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requiredCapabilitiesWithStrings
GetQAppResponse.Builder requiredCapabilitiesWithStrings(Collection<String> requiredCapabilities)
The capabilities required to run the Q App, such as file upload or third-party integrations.
- Parameters:
requiredCapabilities- The capabilities required to run the Q App, such as file upload or third-party integrations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requiredCapabilitiesWithStrings
GetQAppResponse.Builder requiredCapabilitiesWithStrings(String... requiredCapabilities)
The capabilities required to run the Q App, such as file upload or third-party integrations.
- Parameters:
requiredCapabilities- The capabilities required to run the Q App, such as file upload or third-party integrations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requiredCapabilities
GetQAppResponse.Builder requiredCapabilities(Collection<AppRequiredCapability> requiredCapabilities)
The capabilities required to run the Q App, such as file upload or third-party integrations.
- Parameters:
requiredCapabilities- The capabilities required to run the Q App, such as file upload or third-party integrations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requiredCapabilities
GetQAppResponse.Builder requiredCapabilities(AppRequiredCapability... requiredCapabilities)
The capabilities required to run the Q App, such as file upload or third-party integrations.
- Parameters:
requiredCapabilities- The capabilities required to run the Q App, such as file upload or third-party integrations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appDefinition
GetQAppResponse.Builder appDefinition(AppDefinition appDefinition)
The full definition of the Q App, specifying the cards and flow.
- Parameters:
appDefinition- The full definition of the Q App, specifying the cards and flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appDefinition
default GetQAppResponse.Builder appDefinition(Consumer<AppDefinition.Builder> appDefinition)
The full definition of the Q App, specifying the cards and flow.
This is a convenience method that creates an instance of theAppDefinition.Builderavoiding the need to create one manually viaAppDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toappDefinition(AppDefinition).- Parameters:
appDefinition- a consumer that will call methods onAppDefinition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
appDefinition(AppDefinition)
-
-