Interface UpdateQAppResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateQAppResponse.Builder,
,UpdateQAppResponse> QAppsResponse.Builder
,SdkBuilder<UpdateQAppResponse.Builder,
,UpdateQAppResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateQAppResponse
@Mutable
@NotThreadSafe
public static interface UpdateQAppResponse.Builder
extends QAppsResponse.Builder, SdkPojo, CopyableBuilder<UpdateQAppResponse.Builder,UpdateQAppResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the updated Q App.The unique identifier of the updated Q App.appVersion
(Integer appVersion) The new version of the updated Q App.The date and time the Q App was originally created.The user who originally created the Q App.description
(String description) The new description of the updated Q App.initialPrompt
(String initialPrompt) The initial prompt for the updated Q App.requiredCapabilities
(Collection<AppRequiredCapability> requiredCapabilities) The capabilities required for the updated Q App.requiredCapabilities
(AppRequiredCapability... requiredCapabilities) The capabilities required for the updated Q App.requiredCapabilitiesWithStrings
(String... requiredCapabilities) The capabilities required for the updated Q App.requiredCapabilitiesWithStrings
(Collection<String> requiredCapabilities) The capabilities required for the updated Q App.The status of the updated Q App.The status of the updated Q App.The new title of the updated Q App.The date and time the Q App was last updated.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
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
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
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
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
The status of the updated Q App.
- Parameters:
status
- The status of the updated Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the updated Q App.
- Parameters:
status
- The status of the updated Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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
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
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
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
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
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.
-