Interface CreateQAppResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateQAppResponse.Builder,CreateQAppResponse>,QAppsResponse.Builder,SdkBuilder<CreateQAppResponse.Builder,CreateQAppResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateQAppResponse
public static interface CreateQAppResponse.Builder extends QAppsResponse.Builder, SdkPojo, CopyableBuilder<CreateQAppResponse.Builder,CreateQAppResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateQAppResponse.BuilderappArn(String appArn)The Amazon Resource Name (ARN) of the new Q App.CreateQAppResponse.BuilderappId(String appId)The unique identifier of the new Q App.CreateQAppResponse.BuilderappVersion(Integer appVersion)The version of the new Q App.CreateQAppResponse.BuildercreatedAt(Instant createdAt)The date and time the Q App was created.CreateQAppResponse.BuildercreatedBy(String createdBy)The user who created the Q App.CreateQAppResponse.Builderdescription(String description)The description of the new Q App.CreateQAppResponse.BuilderinitialPrompt(String initialPrompt)The initial prompt displayed when the Q App is started.CreateQAppResponse.BuilderrequiredCapabilities(Collection<AppRequiredCapability> requiredCapabilities)The capabilities required to run the Q App, such as file upload or third-party integrations.CreateQAppResponse.BuilderrequiredCapabilities(AppRequiredCapability... requiredCapabilities)The capabilities required to run the Q App, such as file upload or third-party integrations.CreateQAppResponse.BuilderrequiredCapabilitiesWithStrings(String... requiredCapabilities)The capabilities required to run the Q App, such as file upload or third-party integrations.CreateQAppResponse.BuilderrequiredCapabilitiesWithStrings(Collection<String> requiredCapabilities)The capabilities required to run the Q App, such as file upload or third-party integrations.CreateQAppResponse.Builderstatus(String status)The status of the new Q App, such as "Created".CreateQAppResponse.Builderstatus(AppStatus status)The status of the new Q App, such as "Created".CreateQAppResponse.Buildertitle(String title)The title of the new Q App.CreateQAppResponse.BuilderupdatedAt(Instant updatedAt)The date and time the Q App was last updated.CreateQAppResponse.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
CreateQAppResponse.Builder appId(String appId)
The unique identifier of the new Q App.
- Parameters:
appId- The unique identifier of the new Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appArn
CreateQAppResponse.Builder appArn(String appArn)
The Amazon Resource Name (ARN) of the new Q App.
- Parameters:
appArn- The Amazon Resource Name (ARN) of the new Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
CreateQAppResponse.Builder title(String title)
The title of the new Q App.
- Parameters:
title- The title of the new Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateQAppResponse.Builder description(String description)
The description of the new Q App.
- Parameters:
description- The description of the new Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
initialPrompt
CreateQAppResponse.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
CreateQAppResponse.Builder appVersion(Integer appVersion)
The version of the new Q App.
- Parameters:
appVersion- The version of the new Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
CreateQAppResponse.Builder status(String status)
The status of the new Q App, such as "Created".
-
status
CreateQAppResponse.Builder status(AppStatus status)
The status of the new Q App, such as "Created".
-
createdAt
CreateQAppResponse.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
CreateQAppResponse.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
CreateQAppResponse.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
CreateQAppResponse.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
CreateQAppResponse.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
CreateQAppResponse.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
CreateQAppResponse.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
CreateQAppResponse.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.
-
-