Interface UpdateFlowMediaStreamResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateFlowMediaStreamResponse.Builder,,UpdateFlowMediaStreamResponse> MediaConnectResponse.Builder,SdkBuilder<UpdateFlowMediaStreamResponse.Builder,,UpdateFlowMediaStreamResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateFlowMediaStreamResponse
public static interface UpdateFlowMediaStreamResponse.Builder
extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<UpdateFlowMediaStreamResponse.Builder,UpdateFlowMediaStreamResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the flow that is associated with the media stream that you updated.mediaStream(Consumer<MediaStream.Builder> mediaStream) The media stream that you updated.mediaStream(MediaStream mediaStream) The media stream that you updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mediaconnect.model.MediaConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
flowArn
The ARN of the flow that is associated with the media stream that you updated.- Parameters:
 flowArn- The ARN of the flow that is associated with the media stream that you updated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
mediaStream
The media stream that you updated.- Parameters:
 mediaStream- The media stream that you updated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
mediaStream
default UpdateFlowMediaStreamResponse.Builder mediaStream(Consumer<MediaStream.Builder> mediaStream) The media stream that you updated. This is a convenience method that creates an instance of theMediaStream.Builderavoiding the need to create one manually viaMediaStream.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomediaStream(MediaStream).- Parameters:
 mediaStream- a consumer that will call methods onMediaStream.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -