Interface GetMediaRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetMediaRequest.Builder,
,GetMediaRequest> QBusinessRequest.Builder
,SdkBuilder<GetMediaRequest.Builder,
,GetMediaRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetMediaRequest
@Mutable
@NotThreadSafe
public static interface GetMediaRequest.Builder
extends QBusinessRequest.Builder, SdkPojo, CopyableBuilder<GetMediaRequest.Builder,GetMediaRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The identifier of the Amazon Q Business which contains the media object.conversationId
(String conversationId) The identifier of the Amazon Q Business conversation.The identifier of the media object.The identifier of the Amazon Q Business message.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.qbusiness.model.QBusinessRequest.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
-
applicationId
The identifier of the Amazon Q Business which contains the media object.
- Parameters:
applicationId
- The identifier of the Amazon Q Business which contains the media object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conversationId
The identifier of the Amazon Q Business conversation.
- Parameters:
conversationId
- The identifier of the Amazon Q Business conversation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messageId
The identifier of the Amazon Q Business message.
- Parameters:
messageId
- The identifier of the Amazon Q Business message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediaId
The identifier of the media object. You can find this in the
sourceAttributions
returned by theChat
,ChatSync
, andListMessages
API responses.- Parameters:
mediaId
- The identifier of the media object. You can find this in thesourceAttributions
returned by theChat
,ChatSync
, andListMessages
API responses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetMediaRequest.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
GetMediaRequest.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.
-