Interface UpdateSessionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSessionRequest.Builder,UpdateSessionRequest>,QConnectRequest.Builder,SdkBuilder<UpdateSessionRequest.Builder,UpdateSessionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateSessionRequest
public static interface UpdateSessionRequest.Builder extends QConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateSessionRequest.Builder,UpdateSessionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateSessionRequest.BuilderassistantId(String assistantId)The identifier of the Amazon Q in Connect assistant.UpdateSessionRequest.Builderdescription(String description)The description.UpdateSessionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSessionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSessionRequest.BuildersessionId(String sessionId)The identifier of the session.default UpdateSessionRequest.BuildertagFilter(Consumer<TagFilter.Builder> tagFilter)An object that can be used to specify Tag conditions.UpdateSessionRequest.BuildertagFilter(TagFilter tagFilter)An object that can be used to specify Tag conditions.-
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.qconnect.model.QConnectRequest.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
-
assistantId
UpdateSessionRequest.Builder assistantId(String assistantId)
The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
- Parameters:
assistantId- The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateSessionRequest.Builder description(String description)
The description.
- Parameters:
description- The description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
UpdateSessionRequest.Builder sessionId(String sessionId)
The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.
- Parameters:
sessionId- The identifier of the session. Can be either the ID or the ARN. URLs cannot contain the ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagFilter
UpdateSessionRequest.Builder tagFilter(TagFilter tagFilter)
An object that can be used to specify Tag conditions.
- Parameters:
tagFilter- An object that can be used to specify Tag conditions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagFilter
default UpdateSessionRequest.Builder tagFilter(Consumer<TagFilter.Builder> tagFilter)
An object that can be used to specify Tag conditions.
This is a convenience method that creates an instance of theTagFilter.Builderavoiding the need to create one manually viaTagFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totagFilter(TagFilter).- Parameters:
tagFilter- a consumer that will call methods onTagFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
tagFilter(TagFilter)
-
overrideConfiguration
UpdateSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-