Interface RemoveFlowOutputResponse.Builder

    • Method Detail

      • flowArn

        RemoveFlowOutputResponse.Builder flowArn​(String 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

        RemoveFlowOutputResponse.Builder outputArn​(String 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.