Interface CreateMediaStreamPipelineRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,ChimeSdkMediaPipelinesRequest.Builder,CopyableBuilder<CreateMediaStreamPipelineRequest.Builder,,CreateMediaStreamPipelineRequest> SdkBuilder<CreateMediaStreamPipelineRequest.Builder,,CreateMediaStreamPipelineRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateMediaStreamPipelineRequest
- 
Method Summary
Modifier and TypeMethodDescriptionclientRequestToken(String clientRequestToken) The token assigned to the client making the request.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sinks(Collection<MediaStreamSink> sinks) The data sink for the media pipeline.sinks(Consumer<MediaStreamSink.Builder>... sinks) The data sink for the media pipeline.sinks(MediaStreamSink... sinks) The data sink for the media pipeline.sources(Collection<MediaStreamSource> sources) The data sources for the media pipeline.sources(Consumer<MediaStreamSource.Builder>... sources) The data sources for the media pipeline.sources(MediaStreamSource... sources) The data sources for the media pipeline.tags(Collection<Tag> tags) The tags assigned to the media pipeline.tags(Consumer<Tag.Builder>... tags) The tags assigned to the media pipeline.The tags assigned to the media 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, sdkFields 
- 
Method Details
- 
sources
The data sources for the media pipeline.
- Parameters:
 sources- The data sources for the media pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sources
The data sources for the media pipeline.
- Parameters:
 sources- The data sources for the media pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sources
The data sources for the media pipeline.
This is a convenience method that creates an instance of theMediaStreamSource.Builderavoiding the need to create one manually viaMediaStreamSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosources(List<MediaStreamSource>).- Parameters:
 sources- a consumer that will call methods onMediaStreamSource.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
sinks
The data sink for the media pipeline.
- Parameters:
 sinks- The data sink for the media pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sinks
The data sink for the media pipeline.
- Parameters:
 sinks- The data sink for the media pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sinks
The data sink for the media pipeline.
This is a convenience method that creates an instance of theMediaStreamSink.Builderavoiding the need to create one manually viaMediaStreamSink.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosinks(List<MediaStreamSink>).- Parameters:
 sinks- a consumer that will call methods onMediaStreamSink.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
clientRequestToken
The token assigned to the client making the request.
- Parameters:
 clientRequestToken- The token assigned to the client making the request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The tags assigned to the media pipeline.
- Parameters:
 tags- The tags assigned to the media pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The tags assigned to the media pipeline.
- Parameters:
 tags- The tags assigned to the media pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The tags assigned to the media 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
CreateMediaStreamPipelineRequest.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
CreateMediaStreamPipelineRequest.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.
 
 
 -