Interface RemoveFlowOutputResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<RemoveFlowOutputResponse.Builder,RemoveFlowOutputResponse>, MediaConnectResponse.Builder, SdkBuilder<RemoveFlowOutputResponse.Builder,RemoveFlowOutputResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
RemoveFlowOutputResponse

public static interface RemoveFlowOutputResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<RemoveFlowOutputResponse.Builder,RemoveFlowOutputResponse>
  • Method Details

    • flowArn

      The ARN of the flow that is associated with the output you removed.
      Parameters:
      flowArn - The ARN of the flow that is associated with the output you removed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputArn

      The ARN of the output that was removed.
      Parameters:
      outputArn - The ARN of the output that was removed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.