Interface CreateMediaConcatenationPipelineRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,ChimeSdkMediaPipelinesRequest.Builder,CopyableBuilder<CreateMediaConcatenationPipelineRequest.Builder,,CreateMediaConcatenationPipelineRequest> SdkBuilder<CreateMediaConcatenationPipelineRequest.Builder,,CreateMediaConcatenationPipelineRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateMediaConcatenationPipelineRequest
- 
Method Summary
Modifier and TypeMethodDescriptionclientRequestToken(String clientRequestToken) The unique identifier for the client request.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sinks(Collection<ConcatenationSink> sinks) An object that specifies the data sinks for the media concatenation pipeline.sinks(Consumer<ConcatenationSink.Builder>... sinks) An object that specifies the data sinks for the media concatenation pipeline.sinks(ConcatenationSink... sinks) An object that specifies the data sinks for the media concatenation pipeline.sources(Collection<ConcatenationSource> sources) An object that specifies the sources for the media concatenation pipeline.sources(Consumer<ConcatenationSource.Builder>... sources) An object that specifies the sources for the media concatenation pipeline.sources(ConcatenationSource... sources) An object that specifies the sources for the media concatenation pipeline.tags(Collection<Tag> tags) The tags associated with the media concatenation pipeline.tags(Consumer<Tag.Builder>... tags) The tags associated with the media concatenation pipeline.The tags associated with the media concatenation pipeline.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.chimesdkmediapipelines.model.ChimeSdkMediaPipelinesRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
sources
An object that specifies the sources for the media concatenation pipeline.
- Parameters:
 sources- An object that specifies the sources for the media concatenation pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sources
An object that specifies the sources for the media concatenation pipeline.
- Parameters:
 sources- An object that specifies the sources for the media concatenation pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sources
CreateMediaConcatenationPipelineRequest.Builder sources(Consumer<ConcatenationSource.Builder>... sources) An object that specifies the sources for the media concatenation pipeline.
This is a convenience method that creates an instance of theConcatenationSource.Builderavoiding the need to create one manually viaConcatenationSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosources(List<ConcatenationSource>).- Parameters:
 sources- a consumer that will call methods onConcatenationSource.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
sinks
An object that specifies the data sinks for the media concatenation pipeline.
- Parameters:
 sinks- An object that specifies the data sinks for the media concatenation pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sinks
An object that specifies the data sinks for the media concatenation pipeline.
- Parameters:
 sinks- An object that specifies the data sinks for the media concatenation pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sinks
An object that specifies the data sinks for the media concatenation pipeline.
This is a convenience method that creates an instance of theConcatenationSink.Builderavoiding the need to create one manually viaConcatenationSink.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosinks(List<ConcatenationSink>).- Parameters:
 sinks- a consumer that will call methods onConcatenationSink.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
clientRequestToken
The unique identifier for the client request. The token makes the API request idempotent. Use a unique token for each media concatenation pipeline request.
- Parameters:
 clientRequestToken- The unique identifier for the client request. The token makes the API request idempotent. Use a unique token for each media concatenation pipeline request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The tags associated with the media concatenation pipeline.
- Parameters:
 tags- The tags associated with the media concatenation pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The tags associated with the media concatenation pipeline.
- Parameters:
 tags- The tags associated with the media concatenation pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The tags associated with the media concatenation pipeline.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
 tags- a consumer that will call methods onTag.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
CreateMediaConcatenationPipelineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateMediaConcatenationPipelineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -