Interface UpdateQAppRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateQAppRequest.Builder,UpdateQAppRequest>,QAppsRequest.Builder,SdkBuilder<UpdateQAppRequest.Builder,UpdateQAppRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateQAppRequest
public static interface UpdateQAppRequest.Builder extends QAppsRequest.Builder, SdkPojo, CopyableBuilder<UpdateQAppRequest.Builder,UpdateQAppRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateQAppRequest.BuilderappDefinition(Consumer<AppDefinitionInput.Builder> appDefinition)The new definition specifying the cards and flow for the Q App.UpdateQAppRequest.BuilderappDefinition(AppDefinitionInput appDefinition)The new definition specifying the cards and flow for the Q App.UpdateQAppRequest.BuilderappId(String appId)The unique identifier of the Q App to update.UpdateQAppRequest.Builderdescription(String description)The new description for the Q App.UpdateQAppRequest.BuilderinstanceId(String instanceId)The unique identifier of the Amazon Q Business application environment instance.UpdateQAppRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateQAppRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateQAppRequest.Buildertitle(String title)The new title for the Q App.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.qapps.model.QAppsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
instanceId
UpdateQAppRequest.Builder instanceId(String instanceId)
The unique identifier of the Amazon Q Business application environment instance.
- Parameters:
instanceId- The unique identifier of the Amazon Q Business application environment instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appId
UpdateQAppRequest.Builder appId(String appId)
The unique identifier of the Q App to update.
- Parameters:
appId- The unique identifier of the Q App to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
UpdateQAppRequest.Builder title(String title)
The new title for the Q App.
- Parameters:
title- The new title for the Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateQAppRequest.Builder description(String description)
The new description for the Q App.
- Parameters:
description- The new description for the Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appDefinition
UpdateQAppRequest.Builder appDefinition(AppDefinitionInput appDefinition)
The new definition specifying the cards and flow for the Q App.
- Parameters:
appDefinition- The new definition specifying the cards and flow for the Q App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appDefinition
default UpdateQAppRequest.Builder appDefinition(Consumer<AppDefinitionInput.Builder> appDefinition)
The new definition specifying the cards and flow for the Q App.
This is a convenience method that creates an instance of theAppDefinitionInput.Builderavoiding the need to create one manually viaAppDefinitionInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toappDefinition(AppDefinitionInput).- Parameters:
appDefinition- a consumer that will call methods onAppDefinitionInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
appDefinition(AppDefinitionInput)
-
overrideConfiguration
UpdateQAppRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateQAppRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-