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