Interface UpdateFlowOutputResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateFlowOutputResponse.Builder,
,UpdateFlowOutputResponse> MediaConnectResponse.Builder
,SdkBuilder<UpdateFlowOutputResponse.Builder,
,UpdateFlowOutputResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateFlowOutputResponse
@Mutable
@NotThreadSafe
public static interface UpdateFlowOutputResponse.Builder
extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<UpdateFlowOutputResponse.Builder,UpdateFlowOutputResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the flow that is associated with the updated output.default UpdateFlowOutputResponse.Builder
output
(Consumer<Output.Builder> output) The new settings of the output that you updated.The new settings of the output that you updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.mediaconnect.model.MediaConnectResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
flowArn
The ARN of the flow that is associated with the updated output.
- Parameters:
flowArn
- The ARN of the flow that is associated with the updated output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
output
The new settings of the output that you updated.
- Parameters:
output
- The new settings of the output that you updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
output
The new settings of the output that you updated.
This is a convenience method that creates an instance of theOutput.Builder
avoiding the need to create one manually viaOutput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooutput(Output)
.- Parameters:
output
- a consumer that will call methods onOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-