Interface UpdateFlowOutputResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateFlowOutputResponse.Builder,UpdateFlowOutputResponse>,MediaConnectResponse.Builder,SdkBuilder<UpdateFlowOutputResponse.Builder,UpdateFlowOutputResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateFlowOutputResponse
public static interface UpdateFlowOutputResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<UpdateFlowOutputResponse.Builder,UpdateFlowOutputResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateFlowOutputResponse.BuilderflowArn(String flowArn)The ARN of the flow that is associated with the updated output.default UpdateFlowOutputResponse.Builderoutput(Consumer<Output.Builder> output)The new settings of the output that you updated.UpdateFlowOutputResponse.Builderoutput(Output output)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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
flowArn
UpdateFlowOutputResponse.Builder flowArn(String 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
UpdateFlowOutputResponse.Builder output(Output 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
default UpdateFlowOutputResponse.Builder output(Consumer<Output.Builder> output)
The new settings of the output that you updated. This is a convenience method that creates an instance of theOutput.Builderavoiding the need to create one manually viaOutput.builder().When the
Consumercompletes,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:
output(Output)
-
-