Interface UpdateSessionDataRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSessionDataRequest.Builder,UpdateSessionDataRequest>,QConnectRequest.Builder,SdkBuilder<UpdateSessionDataRequest.Builder,UpdateSessionDataRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateSessionDataRequest
public static interface UpdateSessionDataRequest.Builder extends QConnectRequest.Builder, SdkPojo, CopyableBuilder<UpdateSessionDataRequest.Builder,UpdateSessionDataRequest>
-
-
Method Summary
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
assistantId
UpdateSessionDataRequest.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.
-
data
UpdateSessionDataRequest.Builder data(Collection<RuntimeSessionData> data)
The data stored on the Amazon Q in Connect Session.
- Parameters:
data- The data stored on the Amazon Q in Connect Session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
data
UpdateSessionDataRequest.Builder data(RuntimeSessionData... data)
The data stored on the Amazon Q in Connect Session.
- Parameters:
data- The data stored on the Amazon Q in Connect Session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
data
UpdateSessionDataRequest.Builder data(Consumer<RuntimeSessionData.Builder>... data)
The data stored on the Amazon Q in Connect Session.
This is a convenience method that creates an instance of theRuntimeSessionData.Builderavoiding the need to create one manually viaRuntimeSessionData.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#data(List.) - Parameters:
data- a consumer that will call methods onRuntimeSessionData.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#data(java.util.Collection)
-
namespace
UpdateSessionDataRequest.Builder namespace(String namespace)
The namespace into which the session data is stored. Supported namespaces are: Custom
- Parameters:
namespace- The namespace into which the session data is stored. Supported namespaces are: Custom- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SessionDataNamespace,SessionDataNamespace
-
namespace
UpdateSessionDataRequest.Builder namespace(SessionDataNamespace namespace)
The namespace into which the session data is stored. Supported namespaces are: Custom
- Parameters:
namespace- The namespace into which the session data is stored. Supported namespaces are: Custom- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SessionDataNamespace,SessionDataNamespace
-
sessionId
UpdateSessionDataRequest.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.
-
overrideConfiguration
UpdateSessionDataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSessionDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-