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 SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
applicationIdThe 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.
 
- 
conversationIdThe 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.
 
- 
messageIdThe 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.
 
- 
mediaIdThe identifier of the media object. You can find this in the sourceAttributionsreturned by theChat,ChatSync, andListMessagesAPI responses.- Parameters:
- mediaId- The identifier of the media object. You can find this in the- sourceAttributionsreturned by the- Chat,- ChatSync, and- ListMessagesAPI responses.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationGetMediaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationGetMediaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-