Interface UpdateQAppSessionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateQAppSessionRequest.Builder,
,UpdateQAppSessionRequest> QAppsRequest.Builder
,SdkBuilder<UpdateQAppSessionRequest.Builder,
,UpdateQAppSessionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateQAppSessionRequest
@Mutable
@NotThreadSafe
public static interface UpdateQAppSessionRequest.Builder
extends QAppsRequest.Builder, SdkPojo, CopyableBuilder<UpdateQAppSessionRequest.Builder,UpdateQAppSessionRequest>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceId
(String instanceId) The unique identifier of the Amazon Q Business application environment instance.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The unique identifier of the Q App session to provide input for.values
(Collection<CardValue> values) The input values to provide for the current state of the Q App session.values
(Consumer<CardValue.Builder>... values) The input values to provide for the current state of the Q App session.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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.Builder
avoiding the need to create one manually viaCardValue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovalues(List<CardValue>)
.- 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:
-
overrideConfiguration
UpdateQAppSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateQAppSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-