Interface UpdateQAppSessionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateQAppSessionRequest.Builder,UpdateQAppSessionRequest>,QAppsRequest.Builder,SdkBuilder<UpdateQAppSessionRequest.Builder,UpdateQAppSessionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateQAppSessionRequest
public static interface UpdateQAppSessionRequest.Builder extends QAppsRequest.Builder, SdkPojo, CopyableBuilder<UpdateQAppSessionRequest.Builder,UpdateQAppSessionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateQAppSessionRequest.BuilderinstanceId(String instanceId)The unique identifier of the Amazon Q Business application environment instance.UpdateQAppSessionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateQAppSessionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateQAppSessionRequest.BuildersessionId(String sessionId)The unique identifier of the Q App session to provide input for.UpdateQAppSessionRequest.Buildervalues(Collection<CardValue> values)The input values to provide for the current state of the Q App session.UpdateQAppSessionRequest.Buildervalues(Consumer<CardValue.Builder>... values)The input values to provide for the current state of the Q App session.UpdateQAppSessionRequest.Buildervalues(CardValue... values)The input values to provide for the current state of the Q App session.-
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
UpdateQAppSessionRequest.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.
-
sessionId
UpdateQAppSessionRequest.Builder sessionId(String sessionId)
The unique identifier of the Q App session to provide input for.
- Parameters:
sessionId- The unique identifier of the Q App session to provide input for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
UpdateQAppSessionRequest.Builder values(Collection<CardValue> values)
The input values to provide for the current state of the Q App session.
- Parameters:
values- The input values to provide for the current state of the Q App session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
UpdateQAppSessionRequest.Builder values(CardValue... values)
The input values to provide for the current state of the Q App session.
- Parameters:
values- The input values to provide for the current state of the Q App session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
UpdateQAppSessionRequest.Builder values(Consumer<CardValue.Builder>... values)
The input values to provide for the current state of the Q App session.
This is a convenience method that creates an instance of theCardValue.Builderavoiding the need to create one manually viaCardValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#values(List.) - Parameters:
values- a consumer that will call methods onCardValue.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#values(java.util.Collection)
-
overrideConfiguration
UpdateQAppSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateQAppSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-